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 e2b47bf commit 987553d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"codacy-coverage": "1.1.3",
"exact-semver": "1.2.0",
"git-issues": "1.3.1",
"github-post-release": "1.7.1",
"grunt": "0.4.5",
"grunt-bump": "0.8.0",
"grunt-cli": "1.2.0",
Expand Down Expand Up @@ -94,5 +95,8 @@
"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 987553d

Please sign in to comment.