From 7ef6e5287051fb2db94bbb3376f2a659cd83eece Mon Sep 17 00:00:00 2001 From: RangerMauve Date: Mon, 23 Nov 2020 22:21:40 -0500 Subject: [PATCH] Remove "react-native" field This field isn't adding anything at the moment, and it actually breaks things by pointing at an unresolvable module. --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index fe76a46..a760f99 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,6 @@ "crypto": false, "worker_threads": false }, - "react-native": { - "crypto": "crypto" - }, "scripts": { "pretest": "standard", "test": "node test.js",