File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " preact-lazy-route" ,
3
- "version" : " 1.0.0-prerelease " ,
3
+ "version" : " 1.0.0" ,
4
4
"description" : " Lazy load preact route components" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.es2015.js" ,
10
10
"coverage" : " nyc --reporter lcov --reporter text --extension .jsx --require babel-register npm run test" ,
11
11
"build" : " rollup -c" ,
12
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"
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"
14
14
},
15
15
"files" : [
16
16
" dist"
You can’t perform that action at this time.
0 commit comments