Skip to content

Commit

Permalink
feat(npmrc): prefer local .npmrc, close #39
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jul 10, 2017
1 parent 987553d commit 80c6aae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
],
"license": "MIT",
"main": "src/index.js",
"release": {
"generateNotes": "github-post-release"
},
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/npm-utils.git"
Expand All @@ -95,8 +98,5 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"test": "gt src/test/*.js --output"
},
"release": {
"generateNotes": "github-post-release"
}
}

0 comments on commit 80c6aae

Please sign in to comment.