We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3363469 commit 5bb2f86Copy full SHA for 5bb2f86
3 files changed
example/package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "timeline-chart-example",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"private": true,
5
- "license": "MIT",
+ "license": "MIT",
6
"scripts": {
7
"build": "webpack --mode=development",
8
"watch": "webpack --watch --mode=development",
@@ -20,6 +20,6 @@
20
},
21
"dependencies": {
22
"lodash.throttle": "^4.1.1",
23
- "timeline-chart": "^0.1.0"
+ "timeline-chart": "^0.2.0"
24
}
25
lerna.json
@@ -1,6 +1,6 @@
"lerna": "4.0.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
timeline-chart/package.json
"name": "timeline-chart",
"license": "MIT",
"build": "tsc",
0 commit comments