Skip to content

Commit

Permalink
Merge pull request #17 from jeffjewiss/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
ef4 authored Jan 26, 2018
2 parents dc5a9f8 + 231a0f3 commit d10f263
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
"repository": "https://github.com/ef4/ember-cli-deploy-git",
"engines": {
"node": ">= 0.10.0"
"node": ">= 4"
},
"author": "Edward Faulkner <[email protected]>",
"license": "MIT",
"devDependencies": {
"ember-cli": "1.13.12",
"ember-cli-dependency-checker": "^1.1.0"
"ember-cli": "2.18.1",
"ember-cli-dependency-checker": "^2.1.0"
},
"keywords": [
"ember-addon",
Expand All @@ -28,11 +28,12 @@
"github pages"
],
"dependencies": {
"ember-cli-babel": "^5.1.5",
"ember-cli-deploy-plugin": "^0.2.0",
"fs-extra": "^4.0.0",
"ember-cli-babel": "^6.11.0",
"ember-cli-deploy-plugin": "^0.2.9",
"fs-extra": "^5.0.0",
"loader.js": "^4.1.0",
"ncp": "^2.0.0",
"rsvp": "^3.1.0"
"rsvp": "^4.8.1"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down

0 comments on commit d10f263

Please sign in to comment.