Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagyas committed Oct 28, 2018
1 parent fd0fda1 commit ed87b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfresco-cli",
"version": "1.3.0",
"version": "1.3.1",
"description": "Alfresco CLI - Command line interface for Alfresco",
"main": "src/index.js",
"bin": "dist/bundle.js",
Expand All @@ -12,7 +12,7 @@
"version": "npm run build && git add -A",
"postversion": "git push && git push --tags",
"commit": "git add -A && git commit -m 'post-publish-automatic' && npm run postversion",
"postpublish" : "npm run commit"
"postpublish": "npm run commit"
},
"author": "Bhagya Nirmaan Silva",
"license": "MIT",
Expand Down

0 comments on commit ed87b57

Please sign in to comment.