We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f50c52 commit bf76e84Copy full SHA for bf76e84
package.json
@@ -3,8 +3,8 @@
3
"version": "1.0.0",
4
"main": "lib/index.js",
5
"exports": {
6
- ".": "lib/index.js",
7
- "./build": "lib/build/index.js"
+ ".": "./lib/index.js",
+ "./build": "./lib/build/index.js"
8
},
9
"types": "lib/index.d.ts",
10
"files": ["lib/**/*.js", "lib/**/*.d.ts"],
0 commit comments