Skip to content

Commit

Permalink
fix(release): no public
Browse files Browse the repository at this point in the history
  • Loading branch information
philholden committed Jan 12, 2016
1 parent 6417867 commit f16c906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 --access=public && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f16c906

Please sign in to comment.