We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6505b3f commit 14ec880Copy full SHA for 14ec880
package.json
@@ -13,19 +13,13 @@
13
"import": "./dist/index.js",
14
"types": "./dist/index.d.ts",
15
"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"
21
}
22
},
23
"scripts": {
24
"test": "bun test",
25
"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"
+ "build": "npm run build:lib",
+ "build:lib": "tsup --config tsup.lib.js"
29
30
"keywords": [
31
"full-text search",
src/react/index.tsx
tsup.react.js
0 commit comments