Skip to content

Commit e8f5c84

Browse files
committed
Merge pull request #4 from vuejs/jw-package-main-fix
Updated package.json's "main" key to point to correct dist file
2 parents 1483960 + 4ba5ce3 commit e8f5c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vuefire",
33
"version": "1.0.0",
44
"description": "Firebase bindings for Vue.js",
5-
"main": "src/vuefire.js",
5+
"main": "dist/vuefire.js",
66
"files": [
77
"dist/**",
88
"LICENSE",

0 commit comments

Comments
 (0)