Skip to content

Commit

Permalink
Merge pull request #146 from hermantran/master
Browse files Browse the repository at this point in the history
Fix main path in package.json
  • Loading branch information
grevory committed Oct 13, 2014
2 parents 6fdec3e + cdf2dd0 commit 9cf1e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 9cf1e07

Please sign in to comment.