@heroku-cli/notifications
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,9 @@ | ||
<a name="1.2.1"></a> | ||
## [1.2.1](https://github.com/heroku/heroku-cli-notifications/compare/v1.2.0...v1.2.1) (2018-05-15) | ||
### Bug Fixes | ||
* updated deps ([960f999](https://github.com/heroku/heroku-cli-notifications/commit/960f999)) | ||
<a name="1.2.0"></a> | ||
@@ -2,0 +10,0 @@ # [1.2.0](https://github.com/heroku/heroku-cli-notifications/compare/v1.1.0...v1.2.0) (2018-04-06) |
{ | ||
"name": "@heroku-cli/notifications", | ||
"description": "display notifications in Heroku CLI commands", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -11,13 +11,13 @@ "bugs": "https://github.com/heroku/heroku-cli-notifications/issues", | ||
"devDependencies": { | ||
"@oclif/tslint": "^1.1.0", | ||
"@types/chai": "^4.1.2", | ||
"@types/mocha": "^5.0.0", | ||
"@types/node": "^9.6.2", | ||
"@oclif/tslint": "^1.1.1", | ||
"@types/chai": "^4.1.3", | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^10.1.0", | ||
"@types/node-notifier": "^0.0.28", | ||
"chai": "^4.1.2", | ||
"mocha": "^5.0.5", | ||
"ts-node": "5", | ||
"tslib": "^1.9.0", | ||
"tslint": "^5.9.1", | ||
"typescript": "^2.8.1" | ||
"mocha": "^5.1.1", | ||
"ts-node": "6.0.3", | ||
"tslib": "^1.9.1", | ||
"tslint": "^5.10.0", | ||
"typescript": "^2.8.3" | ||
}, | ||
@@ -24,0 +24,0 @@ "engines": { |
150448