Skip to content

Commit 911cebf

Browse files
authored
Merge pull request #27 from Updater/publish-source-only
fix: only publish the sure and the bin to `npm`
2 parents 98ef54f + 7fe152d commit 911cebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0-development",
44
"description": " A `semantic-release` plugin that creates a changelog comment on Github PRs.",
55
"main": "src/index.js",
6-
"files": ["src"],
6+
"files": ["src", "bin"],
77
"repository": "https://github.com/Updater/semantic-release-github-pr.git",
88
"scripts": {
99
"format": "prettier --write --single-quote --trailing-comma es5",

0 commit comments

Comments
 (0)