We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16225a commit d56c4c5Copy full SHA for d56c4c5
1 file changed
package.json
@@ -15,7 +15,8 @@
15
"github"
16
],
17
"files": [
18
- "src/index.js"
+ "src/**/*.js",
19
+ "src/**/*.json"
20
21
"scripts": {
22
"publish": "parcel build docs/index.html",
0 commit comments