From ff25b6d895c2bf9f58d7f248e91077fb5d83a2d8 Mon Sep 17 00:00:00 2001 From: Sten Muchow Date: Fri, 3 Oct 2014 10:09:52 +0200 Subject: [PATCH] fixed main path to include dist folder --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 0eb443f..d0d885f 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "grevory " ], "description": "An Angular module that gives you access to the browser's local storage", - "main": "angular-local-storage.js", + "main": "./dist/angular-local-storage.js", "keywords": [ "AngularJS", "Angular",