|
2 | 2 | "name": "vuexfire", |
3 | 3 | "version": "3.0.0-alpha.5", |
4 | 4 | "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", |
7 | 7 | "unpkg": "dist/vuexfire.js", |
8 | 8 | "browser": "dist/vuexfire.es.js", |
9 | 9 | "sideEffects": false, |
|
13 | 13 | "LICENSE" |
14 | 14 | ], |
15 | 15 | "scripts": { |
16 | | - "lint": "eslint --color --ext=js,html src test examples build", |
| 16 | + "lint": "eslint --color --ext=js,html src test examples", |
17 | 17 | "test": "npm run lint && npm run build", |
18 | 18 | "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", |
19 | 19 | "dev": "npm-watch", |
|
22 | 22 | "dev:test": "npm run test:unit -- --watch", |
23 | 23 | "prebuild": "rimraf dist", |
24 | 24 | "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\")'", |
27 | 26 | "release": "release-it pre --preReleaseId=alpha --npm.tag=next --github.preRelease" |
28 | 27 | }, |
29 | 28 | "repository": { |
|
0 commit comments