Skip to content

Commit

Permalink
Add files section to package.json (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorrit authored and frenzzy committed Apr 20, 2017
1 parent f2fc85e commit 3b082fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -86,5 +86,8 @@
"coveralls": "cat ./coverage/lcov.info | coveralls",
"build": "rimraf lib && babel src --out-dir lib",
"prepublish": "rimraf lib && babel src --out-dir lib"
}
},
"files": [
"lib"
]
}

0 comments on commit 3b082fd

Please sign in to comment.