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 cb87794 commit 94fa76fCopy full SHA for 94fa76f
package.json
@@ -85,8 +85,7 @@
85
"build": "npm run rollup && npm run minify",
86
"build:docs": "node build-docs.js",
87
"rollup": "rollup -c rollup.config.js",
88
- "minify": "uglifyjs lib/marked.umd.js -cm --comments /Copyright/ -o marked.min.js",
89
- "preversion": "npm run build && (git diff --quiet || git commit -am build)"
+ "minify": "uglifyjs lib/marked.umd.js -cm --comments /Copyright/ -o marked.min.js"
90
},
91
"engines": {
92
"node": ">= 12"
0 commit comments