Skip to content

Commit

Permalink
Update: Use files property in package.json to reduce size
Browse files Browse the repository at this point in the history
  • Loading branch information
yocontra authored and phated committed Feb 21, 2017
1 parent 4beee80 commit ec69b3b
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 @@ -6,6 +6,10 @@
"repository": "git://github.com/wearefractal/glob-stream.git",
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main": "./index.js",
"files": [
"index.js",
"lib"
],
"dependencies": {
"glob": "^4.0.0",
"minimatch": "^1.0.0",
Expand Down

0 comments on commit ec69b3b

Please sign in to comment.