Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Apr 24, 2017
1 parent 153c847 commit db18bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-lazy-route",
"version": "1.0.0-prerelease",
"version": "1.0.0",
"description": "Lazy load preact route components",
"main": "dist/index.js",
"module": "dist/index.es2015.js",
Expand All @@ -10,7 +10,7 @@
"coverage": "nyc --reporter lcov --reporter text --extension .jsx --require babel-register npm run test",
"build": "rollup -c",
"prepublish": "npm run build && npm run test",
"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"
},
"files": [
"dist"
Expand Down

0 comments on commit db18bad

Please sign in to comment.