Skip to content

Commit

Permalink
use globbing in the files field in package.json
Browse files Browse the repository at this point in the history
to ensure we never miss any files added there.
  • Loading branch information
sindresorhus committed Dec 24, 2015
1 parent ab08598 commit 4353d06
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@
"coverage": "tap --coverage-report=lcov"
},
"files": [
"index.js",
"cli.js",
"api.js",
"lib"
"lib",
"*.js"
],
"keywords": [
"cli-app",
Expand Down

0 comments on commit 4353d06

Please sign in to comment.