Skip to content

Commit

Permalink
Merge pull request #12 from simplabs/fix-dependencies
Browse files Browse the repository at this point in the history
Add ember-lodash as an actual dependency, not just a dev dependency
  • Loading branch information
marcoow committed Apr 14, 2016
2 parents 26ee6fa + 2000d3e commit d7d1937
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 @@ -39,7 +39,6 @@
"ember-disable-prototype-extensions": "^1.1.0",
"ember-export-application-global": "^1.0.5",
"ember-load-initializers": "^0.5.1",
"ember-lodash": "0.0.6",
"ember-mocha": "0.8.11",
"ember-resolver": "^2.0.3",
"ember-sinon": "0.5.0",
Expand All @@ -57,7 +56,8 @@
],
"dependencies": {
"ember-cli-babel": "^5.1.6",
"ember-getowner-polyfill": "~1.0.1"
"ember-getowner-polyfill": "~1.0.1",
"ember-lodash": "0.0.6"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down

0 comments on commit d7d1937

Please sign in to comment.