From 69c390a21d2712f9e3cfbc25471d3c56212eda73 Mon Sep 17 00:00:00 2001 From: Dave Landry Date: Tue, 14 Feb 2017 10:35:23 -0500 Subject: [PATCH] tries linking directly to src in package main --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index efdb50dfe..38961da72 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "datawheel-canon", "version": "0.1.9", "description": "Reusable React environment and components for creating visualization engines.", - "main": "lib/datawheel-canon.js", + "main": "src/index.js", "bin": { "canon-build": "bin/build.js", "canon-dev": "bin/dev.js",