Fix main path in package.json

master
hermantran 10 years ago
parent 6fdec3ed78
commit cdf2dd07c3

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