Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdereese committed Feb 23, 2018
1 parent 7a462b7 commit 0370a18
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vorpal-openapi",
"version": "0.2.0",
"version": "0.3.0",
"description":
"Vorpal extension that creates a CLI for invoking API endpoints defined with an OpenAPI/Swagger specification.",
"keywords": [
Expand All @@ -21,9 +21,7 @@
},
"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 0370a18

Please sign in to comment.