From 1d8da7909425eb33ab286cd73ee53bb48a1a3dc4 Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Wed, 13 May 2020 09:22:50 +0200 Subject: [PATCH] fix exports for react-native --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e90a99..3b2f0d2 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "type": "module", "main": "./cjs/index.js", "exports": { + "./package.json": "./package.json", ".": { "require": "./cjs/index.js", "default": "./lib/index.js" @@ -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",