From b638139cc86e560ce65533c00e5f72b95926ff59 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 5 Mar 2024 11:42:31 -0800 Subject: [PATCH] [meta] add `sideEffects` flag --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d83ac1e..190da38 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "implementation of crypto for the browser", "version": "3.12.0", "homepage": "https://github.com/browserify/crypto-browserify", + "sideEffects": false, "repository": { "type": "git", "url": "git://github.com/browserify/crypto-browserify.git"