Skip to content

Commit

Permalink
remove pixi and event emitter dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Sep 20, 2016
1 parent e1d9ee7 commit a356ce2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/GoodgameStudios/RobotlegsJS-Macrobot#readme",
"dependencies": {
"robotlegs": "^1.0.0-alpha.2"
"robotlegs": "^1.0.0-alpha.5"
},
"devDependencies": {
"awesome-typescript-loader": "^2.2.4",
Expand Down Expand Up @@ -62,7 +62,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
1 change: 0 additions & 1 deletion typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
},
"globalDevDependencies": {
"chai": "registry:dt/chai#3.4.0+20160317120654",
"eventemitter3": "registry:dt/eventemitter3#1.1.1+20151208234524",
"mocha": "registry:dt/mocha#2.2.5+20160317120654",
"sinon": "registry:dt/sinon#1.16.0+20160517064723"
}
Expand Down

0 comments on commit a356ce2

Please sign in to comment.