From cdf2dd07c321b9cd834323269559842e078bc3d8 Mon Sep 17 00:00:00 2001 From: hermantran Date: Sun, 12 Oct 2014 15:23:23 -0700 Subject: [PATCH] Fix main path in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36fe34f..506a102 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.2", "description": "An Angular module that gives you access to the browsers local storage", "homepage": "https://github.com/grevory/angular-local-storage", - "main": "angular-local-storage.js", + "main": "./dist/angular-local-storage.js", "scripts": { "test": "grunt test" },