File tree Expand file tree Collapse file tree 5 files changed +25
-2477
lines changed Expand file tree Collapse file tree 5 files changed +25
-2477
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 20
20
"test:unit" : " ava" ,
21
21
"test:coverage" : " nyc npm run test:unit" ,
22
22
"dev:test" : " npm run test:unit -- --watch" ,
23
- "prebuild" : " rimraf dist" ,
24
23
"prepublishOnly" : " npm run build" ,
25
24
"build" : " node --eval 'require(\" @posva/vuefire-bundler\" )(\" Vuexfire\" )'" ,
26
25
"release" : " release-it pre --preReleaseId=alpha --npm.tag=next --github.preRelease"
56
55
"homepage" : " https://github.com/vuejs/vuefire#readme" ,
57
56
"devDependencies" : {
58
57
"@posva/vuefire-bundler" : " ^1.0.0" ,
59
- "@posva/vuefire-core" : " ^1.0.0" ,
60
58
"@posva/vuefire-test-helpers" : " ^1.0.0" ,
61
- "babel-preset-env" : " ^1.6.1" ,
62
59
"codecov" : " ^3.0.1" ,
63
- "eslint" : " ^4.19.1" ,
64
- "eslint-config-posva" : " ^1.3.3" ,
65
- "rimraf" : " ^2.6.2" ,
66
- "vue" : " ^2.5.16" ,
60
+ "eslint" : " ^5.3.0" ,
61
+ "eslint-plugin-vue-libs" : " ^3.0.0" ,
67
62
"vuex" : " ^3.0.1"
63
+ },
64
+ "dependencies" : {
65
+ "@posva/vuefire-core" : " ^1.0.0"
68
66
}
69
67
}
You can’t perform that action at this time.
0 commit comments