Skip to content

Commit 897eb2c

Browse files
authored
chore: add files property to package.json (#33)
1 parent 64edd73 commit 897eb2c

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
@@ -44,6 +44,10 @@
4444
"pre-commit": "yarn test"
4545
}
4646
},
47+
"files": [
48+
"manifest.yml",
49+
"index.js"
50+
],
4751
"devDependencies": {
4852
"husky": "^4.3.0",
4953
"xo": "^0.33.0"

0 commit comments

Comments
 (0)