Skip to content

Commit ee50239

Browse files
authored
Make export maps change non-breaking by exposing all files
1 parent 74fd8a7 commit ee50239

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"require": "./mini/index.js",
3838
"browser": "./mini/index.module.js",
3939
"umd": "./mini/index.umd.js"
40-
}
40+
},
41+
"./": "./"
4142
},
4243
"scripts": {
4344
"build": "npm run -s build:main && npm run -s build:mini && npm run -s build:preact && npm run -s build:react && npm run -s build:babel && npm run -s build:babel-transform-jsx && npm run -s build:mjsalias",

0 commit comments

Comments
 (0)