Skip to content

Commit

Permalink
add utils dir to package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Delany committed Dec 19, 2017
1 parent 37c22c9 commit f7ce964
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"version": "0.4.0",
"main": "index.js",
"files": [
"src/",
"*.js",
"*.js.map"
"*.js.map",
"utils/",
"src/"
],
"engines": {
"node": ">=4.0.0"
Expand Down

0 comments on commit f7ce964

Please sign in to comment.