Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed May 13, 2016
1 parent 52ffa30 commit 45936be
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-cli-html5-validation",
"version": "0.2.1",
"version": "0.2.2",
"description": "The default blueprint for ember-cli addons.",
"directories": {
"doc": "doc",
Expand All @@ -23,7 +23,6 @@
"ember-cli": "^2.5.0",
"ember-cli-app-version": "^1.0.0",
"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-htmlbars": "^1.0.1",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
"ember-cli-inject-live-reload": "^1.4.0",
"ember-cli-jshint": "^1.0.0",
Expand All @@ -44,7 +43,8 @@
"ember-addon"
],
"dependencies": {
"ember-cli-babel": "^5.1.6"
"ember-cli-babel": "^5.1.6",
"ember-cli-htmlbars": "^1.0.1"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down

0 comments on commit 45936be

Please sign in to comment.