Skip to content

Commit 7de0802

Browse files
committed
Merge pull request #7 from LevelbossMike/master
Update to ember-cli-deploy-plugin 0.2.0
2 parents 057b347 + 8bc2f6a commit 7de0802

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

node-tests/unit/index-test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ describe('the index', function() {
101101
}
102102
};
103103

104+
mockUi.verbose = true;
105+
104106
plugin.beforeHook(context);
105107
plugin.configure(context);
106108

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"chalk": "^1.0.0",
4848
"core-object": "^1.1.0",
4949
"ember-cli-babel": "^5.0.0",
50-
"ember-cli-deploy-plugin": "0.1.1",
50+
"ember-cli-deploy-plugin": "0.2.0",
5151
"moment": "^2.10.3",
5252
"moment-duration-format": "^1.3.0",
5353
"node-slackr": "^0.1.0",

0 commit comments

Comments
 (0)