Skip to content

Commit c47fc01

Browse files
committed
chore(vuexfire): remove old files
1 parent 5580667 commit c47fc01

File tree

5 files changed

+25
-2477
lines changed

5 files changed

+25
-2477
lines changed

packages/vuexfire/.babelrc

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/vuexfire/.eslintrc

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/vuexfire/package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"test:unit": "ava",
2121
"test:coverage": "nyc npm run test:unit",
2222
"dev:test": "npm run test:unit -- --watch",
23-
"prebuild": "rimraf dist",
2423
"prepublishOnly": "npm run build",
2524
"build": "node --eval 'require(\"@posva/vuefire-bundler\")(\"Vuexfire\")'",
2625
"release": "release-it pre --preReleaseId=alpha --npm.tag=next --github.preRelease"
@@ -56,14 +55,13 @@
5655
"homepage": "https://github.com/vuejs/vuefire#readme",
5756
"devDependencies": {
5857
"@posva/vuefire-bundler": "^1.0.0",
59-
"@posva/vuefire-core": "^1.0.0",
6058
"@posva/vuefire-test-helpers": "^1.0.0",
61-
"babel-preset-env": "^1.6.1",
6259
"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",
6762
"vuex": "^3.0.1"
63+
},
64+
"dependencies": {
65+
"@posva/vuefire-core": "^1.0.0"
6866
}
6967
}

0 commit comments

Comments
 (0)