Skip to content

Commit 7388f7f

Browse files
author
Peter Murphy
committed
0.15.1
1 parent d455a42 commit 7388f7f

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "react-timeseries-charts",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "Declarative timeseries charts",
5-
"keywords": ["d3", "charts", "react", "timeseries"],
5+
"keywords": [
6+
"d3",
7+
"charts",
8+
"react",
9+
"timeseries"
10+
],
611
"homepage": "http://software.es.net/react-timeseries-charts",
712
"main": "lib/entry",
813
"author": "ESnet Tools Team <tools@es.net>",
@@ -11,22 +16,25 @@
1116
"url": "https://github.com/esnet/react-timeseries-charts/issues"
1217
},
1318
"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",
1620
"lint": "eslint src/components/*.js",
1721
"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",
2023
"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",
2325
"precommit": "lint-staged",
2426
"prettier": "prettier --print-width 100 --tab-width 4 --write \"./src/**/*.js\""
2527
},
2628
"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+
]
2833
},
29-
"pre-commit": ["lint", "build"],
34+
"pre-commit": [
35+
"lint",
36+
"build"
37+
],
3038
"license": "BSD-3-Clause-LBNL",
3139
"dependencies": {
3240
"array.prototype.fill": "^1.0.1",

0 commit comments

Comments
 (0)