From 7ce4aa9e7b20d578d4be7ed96f07f8674d17afe5 Mon Sep 17 00:00:00 2001 From: mauve Date: Thu, 15 Oct 2020 22:10:43 -0400 Subject: [PATCH] Remove react-native field from package.json --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 518d11a..caf88e8 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",