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 7a74dd6 commit 820d005Copy full SHA for 820d005
package.json
@@ -7,7 +7,9 @@
7
"test": "npm run build && npm run lint && npm run coverage",
8
"lint": "jshint lib/ && jscs lib/ -v",
9
"coverage": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha",
10
- "build": "uglifyjs lib/posthtml-render.js -c \"evaluate=false\" -o posthtml-render.min.js"
+ "build": "uglifyjs lib/posthtml-render.js -c \"evaluate=false\" -o posthtml-render.min.js",
11
+ "preversion": "npm test",
12
+ "postversion": "git push && git push --tags && rm -rf coverage"
13
},
14
"repository": {
15
"type": "git",
0 commit comments