Skip to content

Commit f2d60da

Browse files
authored
Merge pull request #66 from ember-cli-deploy/chore/update-dependencies
Update dependencies
2 parents 9015ac5 + e18a525 commit f2d60da

File tree

25 files changed

+22
-184
lines changed

25 files changed

+22
-184
lines changed

lib/redis.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ var Promise = require('ember-cli/lib/ext/promise');
44
module.exports = CoreObject.extend({
55

66
init: function(options, lib) {
7+
this._super();
78
var redisOptions = {};
89
var redisLib = lib;
910

package.json

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
"test": "tests"
88
},
99
"scripts": {
10-
"start": "ember server",
11-
"build": "ember build",
1210
"test": "node tests/runner.js"
1311
},
1412
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-redis",
@@ -19,25 +17,13 @@
1917
"license": "MIT",
2018
"devDependencies": {
2119
"broccoli-asset-rev": "^2.0.2",
22-
"chai": "^2.2.0",
23-
"chai-as-promised": "^5.0.0",
24-
"ember-cli": "0.2.3",
25-
"ember-cli-app-version": "0.3.3",
26-
"ember-cli-content-security-policy": "0.4.0",
27-
"ember-cli-dependency-checker": "0.0.8",
28-
"ember-cli-htmlbars": "0.7.4",
29-
"ember-cli-ic-ajax": "0.1.1",
30-
"ember-cli-inject-live-reload": "^1.3.0",
31-
"ember-cli-qunit": "0.3.10",
20+
"chai": "^3.5.0",
21+
"chai-as-promised": "^6.0.0",
22+
"ember-cli": "2.9.1",
3223
"ember-cli-release": "0.2.6",
33-
"ember-cli-uglify": "1.0.1",
34-
"ember-data": "1.0.0-beta.16.1",
35-
"ember-disable-prototype-extensions": "^1.0.0",
36-
"ember-export-application-global": "^1.0.2",
37-
"ember-try": "0.0.4",
38-
"github": "^0.2.4",
39-
"glob": "^5.0.5",
40-
"mocha": "^2.2.4",
24+
"github": "^6.1.0",
25+
"glob": "^7.1.1",
26+
"mocha": "^3.1.2",
4127
"multiline": "^1.0.2"
4228
},
4329
"keywords": [
@@ -46,12 +32,11 @@
4632
],
4733
"dependencies": {
4834
"chalk": "^1.0.0",
49-
"core-object": "^1.1.0",
50-
"ember-cli-babel": "^5.0.0",
35+
"core-object": "^2.0.6",
5136
"ember-cli-deploy-plugin": "^0.2.9",
52-
"redis": "^0.12.1",
37+
"redis": "^2.6.3",
5338
"rsvp": "^3.0.18",
54-
"then-redis": "^1.3.0"
39+
"then-redis": "^2.0.1"
5540
},
5641
"ember-addon": {
5742
"configPath": "tests/dummy/config"

tests/dummy/app/app.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/dummy/app/components/.gitkeep

Whitespace-only changes.

tests/dummy/app/controllers/.gitkeep

Whitespace-only changes.

tests/dummy/app/helpers/.gitkeep

Whitespace-only changes.

tests/dummy/app/index.html

Lines changed: 0 additions & 25 deletions
This file was deleted.

tests/dummy/app/models/.gitkeep

Whitespace-only changes.

tests/dummy/app/router.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

tests/dummy/app/routes/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)