Skip to content

Commit a3fb6b3

Browse files
authored
Merge pull request #50 from pxgrid/add-files-field
package.jsonにfilesフィールドを追加
2 parents 0b3211c + fde636b commit a3fb6b3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"type": "module",
66
"main": "lib/index.js",
77
"types": "index.d.ts",
8+
"files": [
9+
"bin",
10+
"lib",
11+
"index.d.ts"
12+
],
813
"bin": {
914
"cgmd": "bin/cgmd.js"
1015
},

0 commit comments

Comments
 (0)