|
1 | 1 | {
|
2 | 2 | "name": "react-redux-firebase",
|
3 | 3 | "version": "2.0.0-rc.1",
|
4 |
| - "description": "Redux integration for Firebase. Comes with a Higher Order Components for use with React.", |
| 4 | + "description": |
| 5 | + "Redux integration for Firebase. Comes with a Higher Order Components for use with React.", |
5 | 6 | "main": "lib/index.js",
|
6 | 7 | "module": "es/index.js",
|
7 | 8 | "jsnext:main": "es/index.js",
|
|
16 | 17 | "codecov": "cat coverage/lcov.info | codecov",
|
17 | 18 | "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
|
18 | 19 | "build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
|
19 |
| - "build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack src/index.js dist/react-redux-firebase.js", |
20 |
| - "build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/react-redux-firebase.min.js", |
21 |
| - "build:size": "cross-env SIZE=true BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/react-redux-firebase.min.js", |
22 |
| - "build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min", |
23 |
| - "watch": "npm run build:commonjs -- --watch", |
| 20 | + "build:umd": |
| 21 | + "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack src/index.js dist/react-redux-firebase.js", |
| 22 | + "build:umd:min": |
| 23 | + "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/react-redux-firebase.min.js", |
| 24 | + "build:size": |
| 25 | + "cross-env SIZE=true BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/react-redux-firebase.min.js", |
| 26 | + "build": |
| 27 | + "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min", |
| 28 | + "watch": "npm run build:es -- --watch", |
24 | 29 | "prepare": "npm run clean && npm run build",
|
25 | 30 | "prepush": "npm run lint",
|
26 | 31 | "docs:clean": "rimraf _book",
|
27 | 32 | "docs:prepare": "gitbook install",
|
28 | 33 | "docs:api": "node bin/api-docs-generate",
|
29 |
| - "docs:build": "npm run docs:prepare && gitbook build -g prescottprue/react-redux-firebase && npm run docs:api", |
| 34 | + "docs:build": |
| 35 | + "npm run docs:prepare && gitbook build -g prescottprue/react-redux-firebase && npm run docs:api", |
30 | 36 | "docs:watch": "npm run docs:prepare && gitbook serve",
|
31 |
| - "docs:publish": "npm run docs:clean && npm run docs:build && cp CNAME _book && cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push git@github.com:prescottprue/react-redux-firebase gh-pages --force", |
| 37 | + "docs:publish": |
| 38 | + "npm run docs:clean && npm run docs:build && cp CNAME _book && cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push git@github.com:prescottprue/react-redux-firebase gh-pages --force", |
32 | 39 | "docs:upload": "node bin/api-docs-upload"
|
33 | 40 | },
|
34 | 41 | "license": "MIT",
|
|
0 commit comments