From 11d3b6676913438be470d48e4caa156d2ff8b34d Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Sat, 27 Apr 2019 20:01:26 +0100 Subject: [PATCH] set main to bundle.es.js after removing webpack --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ed595a..4d15c96 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "name": "LBRY Inc.", "email": "hello@lbry.io" }, - "main": "dist/bundle.js", + "main": "dist/bundle.es.js", "module": "dist/bundle.es.js", "scripts": { "build": "rollup --config", -- 2.45.2