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 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" ,
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"
You can’t perform that action at this time.
0 commit comments