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" },