Skip to content

Commit

Permalink
add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Sep 19, 2016
1 parent e6ab78b commit 6935e40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
},
"homepage": "https://github.com/GoodgameStudios/RobotlegsJS-Pixi#readme",
"dependencies": {
"robotlegs": "^1.0.0-alpha.3"
"eventemitter3": "^2.0.0",
"pixi.js": "^4.0.1",
"robotlegs": "^1.0.0-alpha.4"
},
"devDependencies": {
"awesome-typescript-loader": "^2.2.4",
Expand Down Expand Up @@ -62,7 +64,6 @@
"karma-typescript-preprocessor2": "^1.2.1",
"karma-webpack": "^1.8.0",
"mocha": "^3.0.2",
"pixi.js": "pixijs/pixi.js#dev",
"publish-please": "^2.2.0",
"reflect-metadata": "^0.1.8",
"remap-istanbul": "^0.6.4",
Expand Down
3 changes: 2 additions & 1 deletion typings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"globalDependencies": {
"bluebird": "registry:dt/bluebird#2.0.0+20160701023356"
"bluebird": "registry:dt/bluebird#2.0.0+20160701023356",
"pixi.js": "github:pixijs/pixi-typescript/pixi.js.d.ts#7a04f3b3e449c2422f70597b0d836bb958b5fe17"
},
"globalDevDependencies": {
"chai": "registry:dt/chai#3.4.0+20160317120654",
Expand Down

0 comments on commit 6935e40

Please sign in to comment.