Skip to content

Commit

Permalink
fix exports for react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed May 13, 2020
1 parent a543925 commit 1d8da79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"main": "./cjs/index.js",
"exports": {
"./package.json": "./package.json",
".": {
"require": "./cjs/index.js",
"default": "./lib/index.js"
Expand All @@ -24,7 +25,7 @@
"@babel/preset-env": "7.9.6",
"babel-plugin-add-module-exports": "1.0.2",
"browserify": "16.5.1",
"eslint": "6.8.0",
"eslint": "7.0.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-node": "11.1.0",
Expand Down

0 comments on commit 1d8da79

Please sign in to comment.