Skip to content

Commit

Permalink
made ember-app-scheduler a prod dep (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
briangonzalez authored Aug 2, 2017
1 parent 3ca021a commit 8226ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"devDependencies": {
"broccoli-asset-rev": "^2.4.2",
"ember-ajax": "^2.5.6",
"ember-app-scheduler": "0.0.5",
"ember-cli": "^2.12.1",
"ember-cli-app-version": "^3.0.0",
"ember-cli-dependency-checker": "^1.4.0",
Expand Down Expand Up @@ -90,7 +89,8 @@
],
"dependencies": {
"ember-cli-babel": "^6.6.0",
"ember-getowner-polyfill": "^1.2.3"
"ember-getowner-polyfill": "^1.2.3",
"ember-app-scheduler": "0.0.5"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down

0 comments on commit 8226ccb

Please sign in to comment.