Skip to content

Commit 20abcd9

Browse files
authored
Merge pull request #32 from martinRenou/fix_style_upload
Fix styling missing from the npm package
2 parents 1da3ed6 + e4edd82 commit 20abcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"files": [
2525
"schema/**/*.json",
2626
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
27-
"style/**/*.{css,.js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
27+
"style/**/*.{css,svg}"
2828
],
2929
"main": "lib/index.js",
3030
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)