install ember-cli-simple-auth

This commit is contained in:
Matthew Dillon 2015-01-14 16:06:12 -09:00
parent e0a99a5f27
commit 978dacb16e
2 changed files with 4 additions and 2 deletions

View file

@ -13,6 +13,7 @@
"ember-qunit": "0.1.8",
"ember-qunit-notifications": "0.0.4",
"qunit": "~1.15.0",
"flakes": "~1.0.0"
"flakes": "~1.0.0",
"ember-simple-auth": "0.7.2"
}
}

View file

@ -22,12 +22,13 @@
"broccoli-asset-rev": "^2.0.0",
"broccoli-ember-hbs-template-compiler": "^1.6.1",
"ember-cli": "0.1.7",
"ember-cli-6to5": "0.2.1",
"ember-cli-content-security-policy": "0.3.0",
"ember-cli-dependency-checker": "0.0.7",
"ember-cli-6to5": "0.2.1",
"ember-cli-ic-ajax": "0.1.1",
"ember-cli-inject-live-reload": "^1.3.0",
"ember-cli-qunit": "0.1.2",
"ember-cli-simple-auth": "^0.7.2",
"ember-data": "1.0.0-beta.12",
"ember-export-application-global": "^1.0.0",
"express": "^4.8.5",