We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbcfa5 commit bfaf33cCopy full SHA for bfaf33c
package.json
@@ -8,7 +8,7 @@
8
"test": "mocha",
9
"test:ci": "npm run coverage",
10
"coverage": "nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html",
11
- "preversion": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
+ "preversion": "offline-github-changelog --next=${npm_new_version} > CHANGELOG.md && git add CHANGELOG.md"
12
},
13
"repository": {
14
"type": "git",
0 commit comments