Skip to content

Commit db18bad

Browse files
committed
v1.0.0
1 parent 153c847 commit db18bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-lazy-route",
3-
"version": "1.0.0-prerelease",
3+
"version": "1.0.0",
44
"description": "Lazy load preact route components",
55
"main": "dist/index.js",
66
"module": "dist/index.es2015.js",
@@ -10,7 +10,7 @@
1010
"coverage": "nyc --reporter lcov --reporter text --extension .jsx --require babel-register npm run test",
1111
"build": "rollup -c",
1212
"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"
13+
"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"
1414
},
1515
"files": [
1616
"dist"

0 commit comments

Comments
 (0)