We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6c1a5 commit d428dd1Copy full SHA for d428dd1
index.js
@@ -2,7 +2,7 @@
2
'use strict';
3
4
var Promise = require('ember-cli/lib/ext/promise');
5
-var SilentError = require('ember-cli/lib/errors/silent');
+var SilentError = require('silent-error');
6
var SlackNotifier = require('./lib/slack-notifier');
7
var DeployPluginBase = require('ember-cli-deploy-plugin');
8
package.json
@@ -50,7 +50,8 @@
50
"ember-cli-deploy-plugin": "0.1.1",
51
"moment": "^2.10.3",
52
"moment-duration-format": "^1.3.0",
53
- "node-slackr": "^0.1.0"
+ "node-slackr": "^0.1.0",
54
+ "silent-error": "^1.0.0"
55
},
56
"ember-addon": {
57
"configPath": "tests/dummy/config"
0 commit comments