Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
Updated ember-cli and ember-ajax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob van Mourik committed Apr 25, 2016
1 parent 8483784 commit a240b24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-api-requests",
"dependencies": {
"ember": "~2.4.3",
"ember": "~2.5.0",
"ember-cli-shims": "0.1.1",
"ember-cli-test-loader": "0.2.2",
"ember-qunit-notifications": "0.1.0"
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-api-requests",
"version": "0.2.0",
"version": "0.2.1",
"description": "Service for making custom requests to a backend API.",
"directories": {
"doc": "doc",
Expand All @@ -19,17 +19,18 @@
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.4.2",
"ember-cli": "2.4.3",
"ember-cli": "2.5.0",
"ember-cli-app-version": "^1.0.0",
"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-htmlbars": "^1.0.3",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
"ember-cli-inject-live-reload": "^1.4.0",
"ember-cli-jshint": "^1.0.0",
"ember-cli-qunit": "^1.4.0",
"ember-cli-release": "0.2.8",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-data": "^2.4.2",
"ember-data": "^2.5.0",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-export-application-global": "^1.0.5",
"ember-load-initializers": "^0.5.1",
Expand All @@ -41,7 +42,7 @@
"ember-addon"
],
"dependencies": {
"ember-ajax": ">=0.7.1 <2.1.0",
"ember-ajax": ">=0.7.1 <2.2.0",
"ember-cli-babel": "^5.1.6"
},
"ember-addon": {
Expand Down

0 comments on commit a240b24

Please sign in to comment.