Skip to content

Commit 3fb95d2

Browse files
committed
Updated ember-cli-deploy-plugin to v0.1.3
1 parent 076f35e commit 3fb95d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"aws-sdk": "^2.1.25",
4646
"chalk": "^1.0.0",
4747
"core-object": "^1.1.0",
48-
"ember-cli-deploy-plugin": "0.1.1",
48+
"ember-cli-deploy-plugin": "0.1.3",
4949
"ember-cli-babel": "^5.0.0",
5050
"lodash": "^3.9.3",
5151
"mime": "^1.3.4",

tests/unit/index-nodetest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ describe('s3 plugin', function() {
134134
plugin.configure(context);
135135
});
136136
var messages = mockUi.messages.reduce(function(previous, current) {
137-
if (/- Missing config:\s.*/.test(current)) {
137+
if (/- Missing required config:\s.*/.test(current)) {
138138
previous.push(current);
139139
}
140140

0 commit comments

Comments
 (0)