Skip to content

Commit

Permalink
fix(release): back
Browse files Browse the repository at this point in the history
  • Loading branch information
philholden committed Jan 12, 2016
1 parent f16c906 commit 0cfe768
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,5 +1,5 @@
{
"name": "vwxyzz-boilerplate",
"name": "vwxyz10000-boilerplate",
"version":"0.0.1-semantic",
"description": "A new Webpack boilerplate with hot reloading React components, and error handling on module and component level.",
"main": "lib/index.js",
Expand All @@ -16,7 +16,7 @@
"test": "NODE_ENV=test ava src/**/*.test.js --require babel-register --require ./src/__tests__/null-compiler",
"test:watch": "nodemon -w src --exec 'npm t -- --verbose'",
"test:cover": "nyc --reporter=lcov --reporter=text npm t",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish --access=public && semantic-release post"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0cfe768

Please sign in to comment.