Skip to content

Commit bf76e84

Browse files
committed
fix: exports need leading ./
1 parent 7f50c52 commit bf76e84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"main": "lib/index.js",
55
"exports": {
6-
".": "lib/index.js",
7-
"./build": "lib/build/index.js"
6+
".": "./lib/index.js",
7+
"./build": "./lib/build/index.js"
88
},
99
"types": "lib/index.d.ts",
1010
"files": ["lib/**/*.js", "lib/**/*.d.ts"],

0 commit comments

Comments
 (0)