Skip to content

Commit

Permalink
fix: set correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
uglow committed Sep 14, 2020
1 parent 997981b commit 67b4bf8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Open API Spec tool for recording, linting & comparing API responses; building an
## Installation

```
npm install -g openapi-mock-aws
npm install -g oaat
# Display help
oaat --help
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-mock-aws",
"version": "1.0.0",
"name": "oaat",
"version": "0.0.0-development",
"description": "Open API AWS Tool with support for deploying an API to AWS API Gateway",
"repository": {
"type": "git",
Expand Down

0 comments on commit 67b4bf8

Please sign in to comment.