Skip to content

Commit 9cf1e07

Browse files
committed
Merge pull request #146 from hermantran/master
Fix main path in package.json
2 parents 6fdec3e + cdf2dd0 commit 9cf1e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.2",
44
"description": "An Angular module that gives you access to the browsers local storage",
55
"homepage": "https://github.com/grevory/angular-local-storage",
6-
"main": "angular-local-storage.js",
6+
"main": "./dist/angular-local-storage.js",
77
"scripts": {
88
"test": "grunt test"
99
},

0 commit comments

Comments
 (0)