@robotlegsjs/phaser
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@robotlegsjs/phaser", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "RobotlegsJS integration with Phaser State Manager", | ||
@@ -13,5 +13,6 @@ "main": "lib/index.js", | ||
"tslint-check": "tslint-config-prettier-check ./tslint.json", | ||
"clean-up": "rm -rf coverage && rm -rf lib", | ||
"prepublish": "tsc -d && publish-please guard", | ||
"publish-please": "npm run autoformat && npm run clean-up && publish-please" | ||
"clean-up": "rm -rf .nyc_output && rm -rf coverage && rm -rf lib", | ||
"prepare": "npm run clean-up && tsc -d", | ||
"prepublishOnly": "publish-please guard", | ||
"publish-please": "npm run autoformat && npm run clean-up && npm run test && publish-please" | ||
}, | ||
@@ -42,11 +43,11 @@ "repository": { | ||
"dependencies": { | ||
"@robotlegsjs/core": "^0.0.5", | ||
"@robotlegsjs/core": "^0.0.6", | ||
"eventemitter3": "^2.0.3", | ||
"phaser-ce": "^2.8.7" | ||
"phaser-ce": "^2.8.8" | ||
}, | ||
"devDependencies": { | ||
"@types/bluebird": "^3.5.11", | ||
"@types/bluebird": "^3.5.12", | ||
"@types/chai": "^4.0.4", | ||
"@types/mocha": "^2.2.43", | ||
"@types/sinon": "^2.3.4", | ||
"@types/sinon": "^2.3.5", | ||
"bluebird": "^3.5.0", | ||
@@ -83,3 +84,3 @@ "browserify-versionify": "^1.0.6", | ||
"rimraf": "^2.6.2", | ||
"sinon": "^3.2.1", | ||
"sinon": "^4.0.0", | ||
"sinon-chai": "^2.13.0", | ||
@@ -86,0 +87,0 @@ "ts-loader": "^2.3.7", |
359152
+ Added@robotlegsjs/core@0.0.6(transitive)
- Removed@robotlegsjs/core@0.0.5(transitive)
Updated@robotlegsjs/core@^0.0.6
Updatedphaser-ce@^2.8.8