Skip to content

Commit ecdd041

Browse files
author
Havard Bjerke
committed
Removed whitespace between filename suffixes.
Fixes equinor#522. Prevented *.glsl and *.svg files from being included in npm package.
1 parent b898010 commit ecdd041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test": "jest --coverage",
3636
"test:watch": "npm test -- --watch",
3737
"build:npm": "rimraf dist && tsc --declaration && npm run copy-files",
38-
"copy-files": "copyfiles package.json dist && copyfiles --up 1 ../README.md dist && copyfiles --up 2 \"src/lib/**/*.{css, glsl, svg}\" src/lib/inputSchema/*.json dist/",
38+
"copy-files": "copyfiles package.json dist && copyfiles --up 1 ../README.md dist && copyfiles --up 2 \"src/lib/**/*.{css,glsl,svg}\" src/lib/inputSchema/*.json dist/",
3939
"prepare": "npm run build:npm",
4040
"postpack": "npm run tidy-up",
4141
"prepublishOnly": "npm test && npm run lint",

0 commit comments

Comments
 (0)