Skip to content

Commit 10e8705

Browse files
authored
Fix missing index.js on release (#337)
1 parent 6bcbaa6 commit 10e8705

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"LoneRifle <[email protected]>",
2020
"Chris Barth <[email protected]>"
2121
],
22-
"main": "./index.js",
23-
"types": "./index.d.ts",
22+
"main": "index.js",
23+
"types": "index.d.ts",
2424
"files": [
2525
"CHANGELOG.md",
2626
"index.d.ts",
2727
"lib"
2828
],
2929
"directories": {
30-
"lib": "./lib"
30+
"lib": "lib"
3131
},
3232
"scripts": {
3333
"changelog": "gren changelog --override --generate --head master",

0 commit comments

Comments
 (0)