File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-redux-firebase" ,
3
3
"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." ,
6
5
"main" : " lib/index.js" ,
7
6
"module" : " es/index.js" ,
8
7
"jsnext:main" : " es/index.js" ,
22
21
"build:umd:min" : " cross-env BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/react-redux-firebase.min.js" ,
23
22
"build:size" : " cross-env SIZE=true BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/react-redux-firebase.min.js" ,
24
23
"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" ,
26
25
"prepare" : " npm run clean && npm run build" ,
27
26
"prepush" : " npm run lint" ,
28
27
"docs:clean" : " rimraf _book" ,
You can’t perform that action at this time.
0 commit comments