We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153c847 commit db18badCopy full SHA for db18bad
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "preact-lazy-route",
3
- "version": "1.0.0-prerelease",
+ "version": "1.0.0",
4
"description": "Lazy load preact route components",
5
"main": "dist/index.js",
6
"module": "dist/index.es2015.js",
@@ -10,7 +10,7 @@
10
"coverage": "nyc --reporter lcov --reporter text --extension .jsx --require babel-register npm run test",
11
"build": "rollup -c",
12
"prepublish": "npm run build && npm run test",
13
- "release": "npm run -s build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
+ "release": "npm run -s build && git commit -am v$npm_package_version && git tag v$npm_package_version && git push && git push --tags && npm publish"
14
},
15
"files": [
16
"dist"
0 commit comments