Skip to content

Commit eb5c15e

Browse files
committed
0.0.2
1 parent 200d528 commit eb5c15e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "npm run build && mocha test/bootstrap.js --recursive test",
1717
"build": "microbundle src/index.mjs --no-sourcemap",
1818
"prepare": "npm run -s build",
19-
"release": "cross-var npm run build -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags && npm publish --access public"
19+
"release": "cross-var npm run build -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags"
2020
},
2121
"keywords": [
2222
"prefetch",

0 commit comments

Comments
 (0)