From 513e5e472493e73361b42dfedecb3d873964353a Mon Sep 17 00:00:00 2001 From: Sven Efftinge Date: Mon, 17 Dec 2018 11:00:24 +0000 Subject: [PATCH] v0.0.2 --- example/package.json | 15 +++++++-------- lerna.json | 4 ++-- timeline-chart/package.json | 10 +++++----- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/example/package.json b/example/package.json index c36599c..2b67129 100644 --- a/example/package.json +++ b/example/package.json @@ -1,27 +1,26 @@ { "name": "timeline-chart-example", - "version": "0.0.1", + "version": "0.0.2", "private": true, "scripts": { - "build": "webpack", "watch": "webpack --watch", "start": "webpack-dev-server --host 0.0.0.0" }, "devDependencies": { + "@types/lodash.throttle": "^4.1.4", "@types/node": "^8.0.26", "@types/pixi.js": "^4.8.2", - "@types/lodash.throttle": "^4.1.4", + "file-loader": "^2.0.0", "source-map-loader": "^0.2.4", "ts-loader": "^5.2.2", - "webpack-cli": "^3.1.2", - "webpack-dev-server": "^3.1.10", "webpack": "^4.22.0", - "file-loader": "^2.0.0" + "webpack-cli": "^3.1.2", + "webpack-dev-server": "^3.1.10" }, "dependencies": { - "pixi.js": "^4.8.2", "lodash.throttle": "^4.1.1", - "timeline-chart": "0.0.1" + "pixi.js": "^4.8.2", + "timeline-chart": "^0.0.2" } } diff --git a/lerna.json b/lerna.json index e7c79ce..cd93190 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.6.0", - "version": "0.0.1", + "version": "0.0.2", "useWorkspaces": true, "npmClient": "yarn", "command": { @@ -8,4 +8,4 @@ "stream": true } } -} \ No newline at end of file +} diff --git a/timeline-chart/package.json b/timeline-chart/package.json index 429c386..3d73dbd 100644 --- a/timeline-chart/package.json +++ b/timeline-chart/package.json @@ -1,16 +1,16 @@ { "name": "timeline-chart", - "version": "0.0.1", + "version": "0.0.2", "scripts": { "build": "tsc", "watch": "tsc --watch" }, "devDependencies": { - "@types/pixi.js": "^4.8.2", - "@types/lodash.throttle": "^4.1.4" + "@types/lodash.throttle": "^4.1.4", + "@types/pixi.js": "^4.8.2" }, "dependencies": { - "pixi.js": "^4.8.2", - "lodash.throttle": "^4.1.1" + "lodash.throttle": "^4.1.1", + "pixi.js": "^4.8.2" } }