microframework-event-dispatch
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "microframework-event-dispatch", | ||
"private": false, | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "event-dispatch integration with microframework", | ||
@@ -28,19 +28,19 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"chai": "^3.4.1", | ||
"chai-as-promised": "^5.2.0", | ||
"del": "^2.0.2", | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^5.3.0", | ||
"del": "^2.2.0", | ||
"gulp": "^3.9.1", | ||
"gulp-mocha": "^2.2.0", | ||
"gulp-replace": "^0.5.4", | ||
"gulp-shell": "^0.5.0", | ||
"gulp-tslint": "^4.3.3", | ||
"gulp-shell": "^0.5.2", | ||
"gulp-tslint": "^5.0.0", | ||
"gulpclass": "0.1.0", | ||
"mocha": "^2.3.4", | ||
"sinon": "^1.17.2", | ||
"mocha": "^2.4.5", | ||
"sinon": "^1.17.4", | ||
"sinon-chai": "^2.8.0", | ||
"tslint": "^3.5.0", | ||
"tslint": "^3.9.0", | ||
"tslint-stylish": "^2.1.0-beta", | ||
"typescript": "^1.8.7", | ||
"typings": "^0.7.7" | ||
"typings": "^0.8.1" | ||
} | ||
} |