Skip to content

Commit

Permalink
chore(package): retirar diretorio de publicação do NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
abalad committed May 22, 2017
1 parent 166dd23 commit 57c161f
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 @@ -10,7 +10,7 @@
"docs:watch": "npm run docs:build -- -s -w",
"lint": "tslint --type-check --project tsconfig.json src/**/*.ts",
"test": "tsc && karma start",
"semantic-release": "semantic-release pre && npm publish dist --access public && semantic-release post"
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 57c161f

Please sign in to comment.