Skip to content

Commit 758acc2

Browse files
committed
Updated ember-cli-deploy-plugin to v0.1.3
1 parent b618036 commit 758acc2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"chalk": "^1.0.0",
4747
"core-object": "^1.1.0",
48-
"ember-cli-deploy-plugin": "0.1.2",
48+
"ember-cli-deploy-plugin": "0.1.3",
4949
"ember-cli-babel": "^5.0.0",
5050
"minimatch": "^2.0.8",
5151
"redis": "^0.12.1",

tests/unit/index-nodetest.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ describe('gzip plugin', function() {
8989
ui: mockUi,
9090
config: config
9191
};
92-
debugger;
9392
plugin.beforeHook(context);
9493
});
9594
it('does not warn about missing optional config', function() {
@@ -101,7 +100,6 @@ describe('gzip plugin', function() {
101100

102101
return previous;
103102
}, []);
104-
console.log(messages);
105103
assert.equal(messages.length, 0);
106104
});
107105
});
@@ -151,7 +149,6 @@ describe('gzip plugin', function() {
151149
assert.deepEqual(result, { gzippedFiles: ['assets/foo.js'] });
152150
done();
153151
}).catch(function(reason){
154-
console.log(reason.actual.stack);
155152
done(reason);
156153
});
157154
});

0 commit comments

Comments
 (0)