Skip to content

Commit d56c4c5

Browse files
committed
fixes files
1 parent f16225a commit d56c4c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"github"
1616
],
1717
"files": [
18-
"src/index.js"
18+
"src/**/*.js",
19+
"src/**/*.json"
1920
],
2021
"scripts": {
2122
"publish": "parcel build docs/index.html",

0 commit comments

Comments
 (0)