Skip to content

Commit

Permalink
fix: add files list to package.json (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Mar 9, 2021
1 parent b55b4f5 commit e990d8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"test:browser": "aegir test -t browser -t webworker",
"test:node": "aegir test -t node"
},
"files": [
"src",
"dist"
],
"pre-push": [
"lint",
"test"
Expand Down

0 comments on commit e990d8b

Please sign in to comment.