From 25988370559239f11695ad8a1996fa4aa9083626 Mon Sep 17 00:00:00 2001 From: Ryan Florence Date: Tue, 22 Jul 2014 15:02:35 -0600 Subject: [PATCH] [fixed] bower build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit man … really struggling to get the bower build how I want it :P BUT IT’LL WORK THIS TIME I SWEAR --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 66f36c6c4c..106f32478b 100644 --- a/bower.json +++ b/bower.json @@ -7,7 +7,7 @@ "Michael Jackson" ], "description": "A complete routing library for React.js", - "main": "dist/react-nested-router.js", + "main": "dist/react-router.js", "keywords": [ "react", "router" @@ -26,4 +26,4 @@ "package.json", "webpack.config.js" ] -} \ No newline at end of file +}