Skip to content

Commit a062acd

Browse files
authored
fix: package.json issues (#124)
* client-node remove bin * client-browser remove bin * integration-browser add build_fixtures to files
1 parent 24fbfa0 commit a062acd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

modules/client-browser/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"main": "./build/main/index.js",
3434
"module": "./build/module/index.js",
3535
"types": "./build/main/index.d.ts",
36-
"bin": "./build_fixtures",
3736
"files": [
3837
"build/**/*"
3938
],

modules/client-node/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"sideEffects": false,
3232
"main": "./build/main/index.js",
3333
"types": "./build/main/index.d.ts",
34-
"bin": "./build/main/cli.js",
3534
"files": [
3635
"build/**/*"
3736
],

modules/integration-browser/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"types": "./build/main/index.d.ts",
6363
"bin": "./build_fixtures",
6464
"files": [
65-
"build/**/*"
65+
"build/**/*",
66+
"build_fixtures"
6667
],
6768
"standard": {
6869
"parser": "@typescript-eslint/parser",

0 commit comments

Comments
 (0)