Skip to content

Commit

Permalink
package.json: Specify "bin/**" in files
Browse files Browse the repository at this point in the history
Work around `yarn publish` being broken: yarnpkg/yarn#2498
  • Loading branch information
josephfrazier committed Apr 16, 2017
1 parent 9f13349 commit 2d8a029
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 @@ -6,7 +6,7 @@
"prettier-diff": "bin/prettier-diff.js"
},
"files": [
"bin/"
"bin/**"
],
"scripts": {
"lint": "eslint bin/*.js",
Expand Down

0 comments on commit 2d8a029

Please sign in to comment.