Skip to content

Commit 1d8da79

Browse files
committed
fix exports for react-native
1 parent a543925 commit 1d8da79

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
@@ -5,6 +5,7 @@
55
"type": "module",
66
"main": "./cjs/index.js",
77
"exports": {
8+
"./package.json": "./package.json",
89
".": {
910
"require": "./cjs/index.js",
1011
"default": "./lib/index.js"
@@ -24,7 +25,7 @@
2425
"@babel/preset-env": "7.9.6",
2526
"babel-plugin-add-module-exports": "1.0.2",
2627
"browserify": "16.5.1",
27-
"eslint": "6.8.0",
28+
"eslint": "7.0.0",
2829
"eslint-config-standard": "14.1.1",
2930
"eslint-plugin-import": "2.20.2",
3031
"eslint-plugin-node": "11.1.0",

0 commit comments

Comments
 (0)