Skip to content

Commit

Permalink
Use silent-error package
Browse files Browse the repository at this point in the history
  • Loading branch information
LevelbossMike committed Oct 18, 2015
1 parent ed6c1a5 commit d428dd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict';

var Promise = require('ember-cli/lib/ext/promise');
var SilentError = require('ember-cli/lib/errors/silent');
var SilentError = require('silent-error');
var SlackNotifier = require('./lib/slack-notifier');
var DeployPluginBase = require('ember-cli-deploy-plugin');

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"ember-cli-deploy-plugin": "0.1.1",
"moment": "^2.10.3",
"moment-duration-format": "^1.3.0",
"node-slackr": "^0.1.0"
"node-slackr": "^0.1.0",
"silent-error": "^1.0.0"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down

0 comments on commit d428dd1

Please sign in to comment.