File tree Expand file tree Collapse file tree 6 files changed +64
-431
lines changed Expand file tree Collapse file tree 6 files changed +64
-431
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212 " dist/*.js" ,
1313 " src" ,
1414 " types/*.d.ts" ,
15- " LICENSE" ,
16- " README.md"
15+ " LICENSE"
1716 ],
1817 "scripts" : {
1918 "lint" : " eslint --color --ext=js,html src test examples" ,
20- "build" : " node build/build.js " ,
19+ "build" : " node --eval 'require( \" @posva/vuefire-bundler \" )( \" Vuefire \" )' " ,
2120 "pretest" : " npm run lint" ,
2221 "test" : " npm run unit" ,
2322 "types" : " tsc -p ./types/test/tsconfig.json" ,
5352 "firebase" : " >=4.0.0"
5453 },
5554 "devDependencies" : {
55+ "@posva/vuefire-bundler" : " ^1.0.0" ,
5656 "@posva/vuefire-test-helpers" : " ^1.0.0" ,
5757 "babel-plugin-istanbul" : " ^4.1.6" ,
5858 "babel-preset-env" : " ^1.7.0" ,
5959 "babel-register" : " ^6.26.0" ,
60- "cz-conventional-changelog" : " ^2.1.0" ,
61- "eslint" : " ^5.1.0" ,
62- "eslint-plugin-html" : " ^4.0.5" ,
60+ "eslint" : " ^5.3.0" ,
6361 "eslint-plugin-vue-libs" : " ^3.0.0" ,
6462 "firebase" : " ^5.2.0" ,
65- "jest" : " ^23.4.0" ,
66- "lerna" : " ^2.11.0" ,
67- "mkdirp" : " ^0.5.1" ,
68- "rollup" : " ^0.62.0" ,
69- "rollup-plugin-buble" : " ^0.19.2" ,
63+ "jest" : " ^23.5.0" ,
7064 "typescript" : " ^2.9.2" ,
71- "uglify-js" : " ^3.4.4" ,
7265 "vue" : " ^2.5.16"
7366 },
7467 "config" : {
8174 "collectCoverageFrom" : [
8275 " <rootDir>/src/*.js"
8376 ]
77+ },
78+ "dependencies" : {
79+ "@posva/vuefire-core" : " ^1.0.0"
8480 }
8581}
You can’t perform that action at this time.
0 commit comments