Skip to content

Commit

Permalink
upgrade to ember-cli v2.11.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 authored and marcoow committed Jan 25, 2017
1 parent 8a2f962 commit 182d7f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ cache:

before_install:
- npm config set spin false
- npm install -g bower
- npm install -g bower phantomjs-prebuilt
- bower --version
- npm install phantomjs-prebuilt
- node_modules/phantomjs-prebuilt/bin/phantomjs --version
- phantomjs --version

install:
- npm install
Expand Down
5 changes: 1 addition & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"name": "ember-test-selectors",
"dependencies": {
"ember": "~2.10.0",
"ember-cli-shims": "0.1.3"
}
"dependencies": {}
}
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,24 @@
"broccoli-asset-rev": "^2.4.5",
"broccoli-stew": "^1.4.0",
"ember-ajax": "^2.4.1",
"ember-cli": "2.10.0",
"ember-cli": "2.11.0",
"ember-cli-app-version": "^2.0.0",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-htmlbars": "^1.0.10",
"ember-cli-htmlbars": "1.1.1",
"ember-cli-htmlbars-inline-precompile": "^0.3.3",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-qunit": "^3.0.1",
"ember-cli-release": "^0.2.9",
"ember-cli-shims": "^1.0.2",
"ember-cli-sri": "^2.1.0",
"ember-cli-test-loader": "^1.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-data": "^2.10.0",
"ember-data": "^2.11.0",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-export-application-global": "^1.0.5",
"ember-load-initializers": "^0.6.3",
"ember-resolver": "^2.0.3",
"ember-source": "^2.11.0",
"eslint": "^3.12.2",
"loader.js": "^4.0.10",
"mocha": "^3.2.0"
Expand Down

0 comments on commit 182d7f0

Please sign in to comment.