Skip to content

Commit f73f9a1

Browse files
committed
preservere package.json
1 parent 321ea42 commit f73f9a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "react-redux-firebase",
33
"version": "2.0.2",
4-
"description":
5-
"Redux integration for Firebase. Comes with a Higher Order Components for use with React.",
4+
"description": "Redux integration for Firebase. Comes with a Higher Order Components for use with React.",
65
"main": "lib/index.js",
76
"module": "es/index.js",
87
"jsnext:main": "es/index.js",
@@ -22,7 +21,7 @@
2221
"build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/react-redux-firebase.min.js",
2322
"build:size": "cross-env SIZE=true BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/react-redux-firebase.min.js",
2423
"build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min",
25-
"watch": "npm run build:es -- --watch",
24+
"watch": "npm run build:commonjs -- --watch",
2625
"prepare": "npm run clean && npm run build",
2726
"prepush": "npm run lint",
2827
"docs:clean": "rimraf _book",

0 commit comments

Comments
 (0)