Skip to content

Commit dc620a5

Browse files
committed
chore(vuexfire): adapt package.json
1 parent 93f32c6 commit dc620a5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/vuexfire/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "vuexfire",
33
"version": "3.0.0-alpha.5",
44
"description": "Firestore binding for Vuex",
5-
"main": "dist/vuexfire.common.js",
6-
"module": "dist/vuexfire.esm.js",
5+
"main": "dist/vuexfire.cjs.js",
6+
"module": "dist/vuexfire.es.js",
77
"unpkg": "dist/vuexfire.js",
88
"browser": "dist/vuexfire.es.js",
99
"sideEffects": false,
@@ -13,7 +13,7 @@
1313
"LICENSE"
1414
],
1515
"scripts": {
16-
"lint": "eslint --color --ext=js,html src test examples build",
16+
"lint": "eslint --color --ext=js,html src test examples",
1717
"test": "npm run lint && npm run build",
1818
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
1919
"dev": "npm-watch",
@@ -22,8 +22,7 @@
2222
"dev:test": "npm run test:unit -- --watch",
2323
"prebuild": "rimraf dist",
2424
"prepublishOnly": "npm run build",
25-
"build": "rollit",
26-
"bundle": "node --eval 'require(\"@posva/vuefire-bundler\")(\"Vuexfire\")'",
25+
"build": "node --eval 'require(\"@posva/vuefire-bundler\")(\"Vuexfire\")'",
2726
"release": "release-it pre --preReleaseId=alpha --npm.tag=next --github.preRelease"
2827
},
2928
"repository": {

0 commit comments

Comments
 (0)