Skip to content

Commit

Permalink
Updated version script. (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
arb authored and Marsup committed May 31, 2016
1 parent 96eb756 commit 5d67ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "lab -a code -t 100 -L -v",
"test-cov-html": "lab -a code -r html -o coverage.html -L",
"toc": "node generate-toc.js",
"postversion": "npm run toc && git commit -a --amend --no-edit"
"version": "npm run toc && git add README.md"
},
"license": "BSD-3-Clause"
}

0 comments on commit 5d67ac0

Please sign in to comment.