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 3d82de8 commit 59ee4eb
Showing 1 changed file with 5 additions and 4 deletions.
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 59ee4eb

Please sign in to comment.