Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svenefftinge committed Dec 17, 2018
1 parent 2bbca46 commit 513e5e4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
15 changes: 7 additions & 8 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"lerna": "3.6.0",
"version": "0.0.1",
"version": "0.0.2",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
"run": {
"stream": true
}
}
}
}
10 changes: 5 additions & 5 deletions timeline-chart/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 513e5e4

Please sign in to comment.