Skip to content

Commit

Permalink
Merge pull request #38 from mike-north/update-ember-cli-
Browse files Browse the repository at this point in the history
Update ember-cli to 2.5.0
  • Loading branch information
mike-north committed Apr 25, 2016
2 parents 8ca128f + e95e9cc commit ff7fd7c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Mike North
Copyright (c) 2016 Mike North

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
9 changes: 2 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"name": "ember-api-actions",
"dependencies": {
"ember": "~2.4.1",
"ember-cli-shims": "0.1.0",
"ember": "~2.5.0",
"ember-cli-shims": "0.1.1",
"ember-cli-test-loader": "0.2.2",
"ember-qunit-notifications": "0.1.0",
"pretender": "^0.12.0"
},
"resolutions": {
"ember": "~2.4.1",
"pretender": "^0.12.0",
"FakeXMLHttpRequest": "^1.3.0"
}
}
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,36 +19,37 @@
"author": "Mike North <michael.l.north@gmail.com> (http://mike.works)",
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.2.0",
"broccoli-asset-rev": "^2.4.2",
"ember-ajax": "2.1.0",
"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-github-pages": "0.0.8",
"ember-cli-htmlbars": "^1.0.1",
"ember-cli-htmlbars": "^1.0.5",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
"ember-cli-inject-live-reload": "^1.3.1",
"ember-cli-inject-live-reload": "^1.4.0",
"ember-cli-pretender": "0.6.0",
"ember-cli-qunit": "^1.2.1",
"ember-cli-jshint": "^1.0.0",
"ember-cli-qunit": "^1.4.0",
"ember-cli-release": "1.0.0-beta.1",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-code-snippet": "1.2.1",
"ember-data": "^2.4.0",
"ember-data": "2.5.2",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-disable-proxy-controllers": "^1.0.1",
"ember-export-application-global": "^1.0.4",
"ember-load-initializers": "^0.5.0",
"ember-export-application-global": "^1.0.5",
"ember-load-initializers": "^0.5.1",
"ember-resolver": "^2.0.3",
"ember-suave": "2.0.1",
"ember-try": "^0.2.2",
"loader.js": "^4.0.0"
"loader.js": "4.0.3"
},
"keywords": [
"ember-addon"
],
"dependencies": {
"ember-cli-babel": "^5.1.5"
"ember-cli-babel": "^5.1.6"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down

0 comments on commit ff7fd7c

Please sign in to comment.