Skip to content

Commit 14ec880

Browse files
committed
fixes build
1 parent 6505b3f commit 14ec880

File tree

3 files changed

+2
-39
lines changed

3 files changed

+2
-39
lines changed

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,13 @@
1313
"import": "./dist/index.js",
1414
"types": "./dist/index.d.ts",
1515
"browser": "./dist/index.global.js"
16-
},
17-
"./react": {
18-
"require": "./dist/react/index.cjs",
19-
"import": "./dist/react/index.js",
20-
"types": "./dist/react/index.d.ts"
2116
}
2217
},
2318
"scripts": {
2419
"test": "bun test",
2520
"lint": "ts-standard --fix ./src/**/*.ts",
26-
"build": "npm run build:lib && npm run build:react",
27-
"build:lib": "tsup --config tsup.lib.js",
28-
"build:react": "tsup --config tsup.react.js"
21+
"build": "npm run build:lib",
22+
"build:lib": "tsup --config tsup.lib.js"
2923
},
3024
"keywords": [
3125
"full-text search",

src/react/index.tsx

Lines changed: 0 additions & 14 deletions
This file was deleted.

tsup.react.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)