Skip to content

Commit

Permalink
fix: missing lib folder in package.json files entry
Browse files Browse the repository at this point in the history
  • Loading branch information
stbaer committed Jan 7, 2017
1 parent c6b2a81 commit ab0316c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"files": [
"bin",
"lib",
"yarn.lock"
],
"scripts": {
Expand Down Expand Up @@ -71,4 +72,4 @@
"node",
"script"
]
}
}

0 comments on commit ab0316c

Please sign in to comment.