Skip to content

Commit e990d8b

Browse files
authored
fix: add files list to package.json (#108)
1 parent b55b4f5 commit e990d8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"test:browser": "aegir test -t browser -t webworker",
1919
"test:node": "aegir test -t node"
2020
},
21+
"files": [
22+
"src",
23+
"dist"
24+
],
2125
"pre-push": [
2226
"lint",
2327
"test"

0 commit comments

Comments
 (0)