Skip to content

Commit

Permalink
fix: Include source to files
Browse files Browse the repository at this point in the history
This way there is something to compile on postinstall.
  • Loading branch information
bebraw committed Mar 12, 2017
1 parent c4065a3 commit 43b0f2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "Webpack Schema Validation Utilities",
"main": "dist/index.js",
"files": [
"dist"
"dist",
"lib",
"src"
],
"scripts": {
"prebuild": "yarn run clean:dist",
Expand Down

0 comments on commit 43b0f2f

Please sign in to comment.