Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Adds a files field to package.json (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick authored and addyosmani committed Sep 22, 2016
1 parent 41133c2 commit 7b2be90
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,10 @@
"temp": "^0.8.3",
"vinyl-source-stream": "^1.1.0",
"which": "^1.2.4"
}
},
"files": [
"build/",
"lib/",
"companion.js"
]
}

0 comments on commit 7b2be90

Please sign in to comment.