Skip to content

Commit

Permalink
Merge pull request #157 from swisspush/develop
Browse files Browse the repository at this point in the history
Release 0.9.13
  • Loading branch information
lbovet authored Nov 2, 2020
2 parents d99e2bf + 9bea639 commit dde725c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apikana",
"version": "0.9.12",
"version": "0.9.13",
"description": "Integrated tools for REST API design - アピ",
"main": "index.js",
"bin": {
Expand Down
3 changes: 2 additions & 1 deletion src/scaffold/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"stop": "apikana stop",
"create-sample": "apikana create-sample",
"validate-samples": "apikana validate-samples",
"test": "apikana validate-samples"
"test": "apikana validate-samples",
"prepare": "npm test"
},
"author": "{{ author }}",
"license": "Apache-2.0",
Expand Down

0 comments on commit dde725c

Please sign in to comment.