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 0e5d943 commit 60d09a0Copy full SHA for 60d09a0
package.json
@@ -23,7 +23,7 @@
23
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife",
24
"release:minor": "npm version minor -m 'Release %s' && npm publish",
25
"release:patch": "npm version patch -m 'Release %s' && npm publish",
26
- "postpublish": "echo \"\\033[31m !!! Now, manually run: ./scripts/postpublish.sh' !!! \\033[00m\"",
+ "postpublish": "echo \"\\033[31m !!! Now, manually run: ./scripts/postpublish.sh !!! \\033[00m\"",
27
"prepare": "rm -rf dist *.tgz && npm run build"
28
},
29
"dependencies": {
0 commit comments