From dedf84fabde19608e6ef730ca6b82dcbe9940b9d Mon Sep 17 00:00:00 2001 From: John Bachir Date: Fri, 2 Oct 2015 01:42:57 -0400 Subject: [PATCH] fix path to main file --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 9b25765..987325a 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "Adam Schwartz " ], "description": "The simplest, most elegant way to sort a table.", - "main": "sortable.coffee", + "main": "coffee/sortable.coffee", "license": "MIT", "keywords": [ "table", @@ -18,4 +18,4 @@ "node_modules", "bower_components" ] -} \ No newline at end of file +}