Skip to content

Commit 62b6ef8

Browse files
committed
chore(release): 2.0.0-alpha.8
1 parent 11c4bd2 commit 62b6ef8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "vuefire",
3-
"version": "2.0.0-alpha.7",
3+
"version": "2.0.0-alpha.8",
44
"description": "Firestore bindings for Vue.js",
55
"main": "dist/vuefire.common.js",
66
"module": "dist/vuefire.esm.js",
77
"unpkg": "dist/vuefire.js",
88
"browser": "dist/vuefire.esm.js",
9-
"files": ["dist/**", "LICENSE", "README.md"],
9+
"files": [
10+
"dist/**",
11+
"LICENSE",
12+
"README.md"
13+
],
1014
"scripts": {
1115
"lint": "eslint --color --ext=js,html src test examples",
1216
"build": "node build/build.js",
@@ -66,6 +70,8 @@
6670
},
6771
"jest": {
6872
"collectCoverage": true,
69-
"collectCoverageFrom": ["<rootDir>/src/*.js"]
73+
"collectCoverageFrom": [
74+
"<rootDir>/src/*.js"
75+
]
7076
}
7177
}

0 commit comments

Comments
 (0)