Skip to content

Commit

Permalink
1.1.2 added options as a last field
Browse files Browse the repository at this point in the history
  • Loading branch information
Phara0h committed Aug 30, 2019
1 parent 7e8157c commit 829a91b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "postgen",
"version": "1.1.1",
"version": "1.1.2",
"description": "A simple node script to convert postman collections to clean REST client libs for node.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git commit && git push && git push --tags"
"postversion": "git commit -a && git push && git push --tags"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 829a91b

Please sign in to comment.