We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81034a commit 68f27d6Copy full SHA for 68f27d6
package.json
@@ -20,7 +20,7 @@
20
"minify:umd": "uglifyjs $npm_package_umd_main -cm -o $npm_package_umd_main -p relative --in-source-map ${npm_package_umd_main}.map --source-map ${npm_package_umd_main}.map",
21
"size": "echo \"Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size)\"",
22
"prepublish": "npm run -s build",
23
- "release": "npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
+ "release": "npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push --follow-tags && npm publish"
24
},
25
"repository": "developit/linkstate",
26
"keywords": [
0 commit comments