Merge pull request #146 from hermantran/master

Fix main path in package.json
master
Gregory Pike 10 years ago
commit 9cf1e0729d

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