Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
chore(package): update ember-cli to version 2.9.0 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot authored and kevinansfield committed Oct 21, 2016
1 parent acce9d1 commit f26adaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pids
logs
results

npm-debug.log
npm-debug.log*
.nvmrc
.bowerrc
.idea/*
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "ember test"
},
"engines": {
"node": "~0.10.0 || ~0.12.0 || ^4.2.0"
"node": "~0.12.0 || ^4.2.0"
},
"devDependencies": {
"bluebird": "3.4.6",
Expand All @@ -36,7 +36,7 @@
"codemirror": "5.18.2",
"csscomb": "3.1.8",
"ember-ajax": "ember-cli/ember-ajax#b32b9ee5ede69e09a162eb98d354f7de6297f679",
"ember-cli": "2.8.0",
"ember-cli": "2.9.0",
"ember-cli-app-version": "2.0.0",
"ember-cli-babel": "5.1.10",
"ember-cli-content-security-policy": "0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{{content-for "body"}}
{{content-for "test-body"}}

<script src="{{rootURL}}testem.js" integrity=""></script>
<script src="/testem.js" integrity=""></script>
<script src="{{rootURL}}assets/vendor.js"></script>
<script src="{{rootURL}}assets/test-support.js"></script>
<script src="{{rootURL}}assets/ghost.js"></script>
Expand Down

0 comments on commit f26adaf

Please sign in to comment.