Skip to content

Commit

Permalink
fix: only publish the source and the bin to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
pmowrer committed May 29, 2018
1 parent 051b87b commit 7fe152d
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 @@ -3,7 +3,7 @@
"version": "0.0.0-development",
"description": " A `semantic-release` plugin that creates a changelog comment on Github PRs.",
"main": "src/index.js",
"files": ["src"],
"files": ["src", "bin"],
"repository": "https://github.com/Updater/semantic-release-github-pr.git",
"scripts": {
"format": "prettier --write --single-quote --trailing-comma es5",
Expand Down

0 comments on commit 7fe152d

Please sign in to comment.