From cfa979d53a24bb0e11aa2a310668ef2c3a12f19a Mon Sep 17 00:00:00 2001 From: archmoj Date: Mon, 19 Oct 2020 16:54:22 -0400 Subject: [PATCH] redirect imports to dist builds --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c69368babe0..45996df95d2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "1.57.0", "description": "The open source javascript graphing library that powers plotly", "license": "MIT", - "main": "./lib/index.js", + "source": "./lib/index.js", + "main": "./dist/plotly-with-meta.js", "webpack": "./dist/plotly.js", "repository": { "type": "git",