Skip to content

Commit

Permalink
Adds required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Aug 15, 2017
1 parent 62f9ce0 commit 6a1e804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-vertical-timeline",
"version": "0.0.9",
"version": "0.0.10",
"description": "An ember wrapper for the Vertical Timeline initially created by CodyHouse",
"keywords": [
"ember-addon",
Expand All @@ -27,7 +27,8 @@
"dependencies": {
"ember-cli-babel": "^6.3.0",
"ember-cli-bourbon": "2.0.0-beta.1",
"ember-cli-htmlbars": "^2.0.1"
"ember-cli-htmlbars": "^2.0.1",
"ember-in-viewport": "^2.1.1"
},
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
Expand All @@ -45,7 +46,6 @@
"ember-cli-uglify": "^1.2.0",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-export-application-global": "^2.0.0",
"ember-in-viewport": "^2.1.1",
"ember-load-initializers": "^1.0.0",
"ember-resolver": "^4.0.0",
"ember-source": "~2.14.1",
Expand Down

0 comments on commit 6a1e804

Please sign in to comment.