We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b3211c + fde636b commit a3fb6b3Copy full SHA for a3fb6b3
1 file changed
package.json
@@ -5,6 +5,11 @@
5
"type": "module",
6
"main": "lib/index.js",
7
"types": "index.d.ts",
8
+ "files": [
9
+ "bin",
10
+ "lib",
11
+ "index.d.ts"
12
+ ],
13
"bin": {
14
"cgmd": "bin/cgmd.js"
15
},
0 commit comments