Skip to content

Commit

Permalink
add some missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leojpod committed Mar 21, 2017
1 parent 04fdef4 commit 6b1d9ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"test": "ember try:each"
},
"dependencies": {
"ember-cli-babel": "^5.1.7"
"ember-cli-babel": "^5.1.7",
"ember-moment": "7.3.0"
},
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
Expand All @@ -31,6 +32,7 @@
"ember-cli-htmlbars-inline-precompile": "^0.3.6",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-jshint": "^2.0.1",
"ember-cli-moment-shim": "3.0.1",
"ember-cli-qunit": "^3.0.1",
"ember-cli-release": "^0.2.9",
"ember-cli-shims": "^1.0.2",
Expand Down

0 comments on commit 6b1d9ab

Please sign in to comment.