Skip to content

Commit 5d67ac0

Browse files
arbMarsup
authored andcommitted
Updated version script. (#115)
1 parent 96eb756 commit 5d67ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "lab -a code -t 100 -L -v",
2424
"test-cov-html": "lab -a code -r html -o coverage.html -L",
2525
"toc": "node generate-toc.js",
26-
"postversion": "npm run toc && git commit -a --amend --no-edit"
26+
"version": "npm run toc && git add README.md"
2727
},
2828
"license": "BSD-3-Clause"
2929
}

0 commit comments

Comments
 (0)