We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ace172 commit b9228fdCopy full SHA for b9228fd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "redux-firestore",
3
- "version": "0.15.0",
+ "version": "0.16.0",
4
"description": "Redux bindings for Firestore.",
5
"main": "lib/index.js",
6
"module": "es/index.js",
@@ -30,8 +30,8 @@
30
"lint": "eslint src test",
31
"lint:fix": "npm run lint -- --fix",
32
"format": "prettier --write \"src/**/*.js\" \"test/**/*.js\"",
33
- "prepare": "npm run clean && npm run build",
34
- "preversion": "npm run clean && npm run build",
+ "postinstall": "npm run build",
+ "prepublish": "npm run clean && npm run build",
35
"pre-push": "npm run lint"
36
},
37
"dependencies": {
0 commit comments