We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9077aca commit da0d4e2Copy full SHA for da0d4e2
package.json
@@ -2,7 +2,10 @@
2
"name": "vuefire",
3
"version": "2.0.0-alpha.0",
4
"description": "Firestore bindings for Vue.js",
5
- "main": "dist/vuefire.js",
+ "main": "dist/vuefire.common.js",
6
+ "module": "dist/vuefire.esm.js",
7
+ "unpkg": "dist/vuefire.js",
8
+ "browser": "dist/vuefire.js",
9
"files": [
10
"dist/**",
11
"LICENSE",
0 commit comments