From 4e5fb49c057390d8f8ba25263b71fc373c7778aa Mon Sep 17 00:00:00 2001 From: James Gillmore Date: Wed, 14 Jun 2017 12:11:26 -0700 Subject: [PATCH] fix($misc): minor fixes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d3e934a..03c6df38 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "redux-first-router", "version": "0.0.0-development", "description": "think of your app in states not routes (and, yes, while keeping the address bar in sync)", - "main": "src/index.js", + "main": "dist/index.js", "scripts": { "build": "babel src -d dist", "build:umd": "BABEL_ENV=commonjs NODE_ENV=development webpack src/index.js dist/redux-first-router.js",