Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdereese committed Mar 4, 2018
1 parent 6307a8e commit da03b7f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "vorpal-openapi",
"version": "0.4.2",
"description": "Vorpal extension that creates a CLI for invoking API endpoints defined with an OpenAPI/Swagger specification.",
"version": "0.5.0",
"description":
"Vorpal extension that creates a CLI for invoking API endpoints defined with an OpenAPI/Swagger specification.",
"keywords": [
"typescript",
"vorpal",
Expand All @@ -20,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 da03b7f

Please sign in to comment.