We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8846b6c commit ac52545Copy full SHA for ac52545
1 file changed
package.json
@@ -15,6 +15,9 @@
15
"publishConfig": {
16
"access": "public"
17
},
18
+ "files": [
19
+ "src/"
20
+ ],
21
"scripts": {
22
"clean": "rimraf ./_site",
23
"lint": "eslint \"src/**/*.js\" \"demo/**/*.js\"",
0 commit comments