Skip to content

Commit

Permalink
fix: apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jannyHou committed Jan 3, 2018
1 parent fbf4b76 commit 9cbe104
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/openapi-v2/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*.tgz
dist*
package
package
2 changes: 1 addition & 1 deletion packages/openapi-v2/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package-lock=false
package-lock=false
2 changes: 1 addition & 1 deletion packages/openapi-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This package contains:

- Decorators that describe LoopBack artifacts as OpenAPI v2 (Swagger) metadata.
- Utilities that tranfer LoopBack metadata to OpenAPI v2 (Swagger) swagger specifications.
- Utilities that transfer LoopBack metadata to OpenAPI v2 (Swagger) swagger specifications.

## Overview

Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0-alpha1",
"description": "Processes openapi v2 related metadata",
"engines": {
"node": ">=6"
"node": ">=8"
},
"devDependencies": {
"@loopback/build": "^4.0.0-alpha.7",
Expand Down
3 changes: 1 addition & 2 deletions packages/openapi-v2/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
"rootDir": "."
},
"include": ["src", "test"]
}

}

0 comments on commit 9cbe104

Please sign in to comment.