Skip to content

Commit

Permalink
chore(release): 2.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 15, 2018
1 parent 11c4bd2 commit 62b6ef8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "vuefire",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "Firestore bindings for Vue.js",
"main": "dist/vuefire.common.js",
"module": "dist/vuefire.esm.js",
"unpkg": "dist/vuefire.js",
"browser": "dist/vuefire.esm.js",
"files": ["dist/**", "LICENSE", "README.md"],
"files": [
"dist/**",
"LICENSE",
"README.md"
],
"scripts": {
"lint": "eslint --color --ext=js,html src test examples",
"build": "node build/build.js",
Expand Down Expand Up @@ -66,6 +70,8 @@
},
"jest": {
"collectCoverage": true,
"collectCoverageFrom": ["<rootDir>/src/*.js"]
"collectCoverageFrom": [
"<rootDir>/src/*.js"
]
}
}

0 comments on commit 62b6ef8

Please sign in to comment.