Skip to content

Commit fde636b

Browse files
myakuraCopilot
andcommitted
Add files field to package.json to limit published files
bin/, lib/, index.d.ts のみを公開対象とし、test/ や example/ などを除外する。 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0b3211c commit fde636b

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)