Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdereese committed Mar 3, 2018
1 parent 7029d44 commit f1f1e32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
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.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "vorpal-openapi",
"version": "0.4.0",
"description":
"Vorpal extension that creates a CLI for invoking API endpoints defined with an OpenAPI/Swagger specification.",
"version": "0.4.1",
"description": "Vorpal extension that creates a CLI for invoking API endpoints defined with an OpenAPI/Swagger specification.",
"keywords": [
"typescript",
"vorpal",
Expand All @@ -21,7 +20,9 @@
},
"main": "dist/index.js",
"bin": "dist/index.js",
"files": ["dist/*.js"],
"files": [
"dist/*.js"
],
"scripts": {
"build": "npm run-script lint && tsc",
"license-check": "abogado",
Expand Down

0 comments on commit f1f1e32

Please sign in to comment.