Skip to content

Commit 16aa4f2

Browse files
committed
package.json: add files field to include only the required files
1 parent c047b22 commit 16aa4f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
"OpenFL"
3232
],
3333
"license": "MIT",
34+
"files": [
35+
"bin/extension.js",
36+
"LICENSE",
37+
"CHANGELOG.md",
38+
"README.md",
39+
"feathersui.png"
40+
],
3441
"engines": {
3542
"vscode": "^1.36.0"
3643
},

0 commit comments

Comments
 (0)