|
1 | 1 | { |
2 | 2 | "name": "react-timeseries-charts", |
3 | | - "version": "0.15.0", |
| 3 | + "version": "0.15.1", |
4 | 4 | "description": "Declarative timeseries charts", |
5 | | - "keywords": ["d3", "charts", "react", "timeseries"], |
| 5 | + "keywords": [ |
| 6 | + "d3", |
| 7 | + "charts", |
| 8 | + "react", |
| 9 | + "timeseries" |
| 10 | + ], |
6 | 11 | "homepage": "http://software.es.net/react-timeseries-charts", |
7 | 12 | "main": "lib/entry", |
8 | 13 | "author": "ESnet Tools Team <tools@es.net>", |
|
11 | 16 | "url": "https://github.com/esnet/react-timeseries-charts/issues" |
12 | 17 | }, |
13 | 18 | "scripts": { |
14 | | - "docs": |
15 | | - "echo \"*** Building API docs\n\" && react-docgen src/components -x js -o src/website/packages/charts/api/docs.json --pretty", |
| 19 | + "docs": "echo \"*** Building API docs\n\" && react-docgen src/components -x js -o src/website/packages/charts/api/docs.json --pretty", |
16 | 20 | "lint": "eslint src/components/*.js", |
17 | 21 | "test": "npm run lint", |
18 | | - "build": |
19 | | - "echo \"*** Building lib\n\" && rm -rf lib/* && babel src/components --optional runtime --stage 0 --out-dir lib/components && babel src/js --optional runtime --stage 0 --out-dir lib/js && babel src/entry.js --optional runtime --stage 0 --out-file lib/entry.js", |
| 22 | + "build": "echo \"*** Building lib\n\" && rm -rf lib/* && babel src/components --optional runtime --stage 0 --out-dir lib/components && babel src/js --optional runtime --stage 0 --out-dir lib/js && babel src/entry.js --optional runtime --stage 0 --out-file lib/entry.js", |
20 | 23 | "start-website": "react-scripts start", |
21 | | - "build-website": |
22 | | - "echo \"*** Building website\n\" && rm -rf docs && react-scripts build && mv build docs", |
| 24 | + "build-website": "echo \"*** Building website\n\" && rm -rf docs && react-scripts build && mv build docs", |
23 | 25 | "precommit": "lint-staged", |
24 | 26 | "prettier": "prettier --print-width 100 --tab-width 4 --write \"./src/**/*.js\"" |
25 | 27 | }, |
26 | 28 | "lint-staged": { |
27 | | - "*.js": ["prettier --print-width 100 --tab-width 4 --write", "git add"] |
| 29 | + "*.js": [ |
| 30 | + "prettier --print-width 100 --tab-width 4 --write", |
| 31 | + "git add" |
| 32 | + ] |
28 | 33 | }, |
29 | | - "pre-commit": ["lint", "build"], |
| 34 | + "pre-commit": [ |
| 35 | + "lint", |
| 36 | + "build" |
| 37 | + ], |
30 | 38 | "license": "BSD-3-Clause-LBNL", |
31 | 39 | "dependencies": { |
32 | 40 | "array.prototype.fill": "^1.0.1", |
|
0 commit comments