Skip to content

Commit bbdc656

Browse files
committed
chore(vuexfire): adapt files in package.json
1 parent 35a3b0d commit bbdc656

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/vuexfire/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "vuexfire",
33
"version": "3.0.0-alpha.5",
44
"description": "Firestore binding for Vuex",
5-
"main": "dist/vuexfire.cjs.js",
6-
"module": "dist/vuexfire.es.js",
5+
"main": "dist/vuexfire.common.js",
6+
"module": "dist/vuexfire.esm.js",
77
"unpkg": "dist/vuexfire.js",
88
"browser": "dist/vuexfire.es.js",
9+
"sideEffects": false,
910
"files": [
1011
"src",
1112
"dist",
12-
"LICENSE",
13-
"README.md"
13+
"LICENSE"
1414
],
1515
"scripts": {
1616
"lint": "eslint --color --ext=js,html src test examples build",

0 commit comments

Comments
 (0)