Skip to content

Commit

Permalink
Update mocha & zuul (#45)
Browse files Browse the repository at this point in the history
* Update mocha & zuul

* Safari 7+
  • Loading branch information
goto-bus-stop committed Feb 2, 2018
1 parent 3229579 commit d93ef8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .zuul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ browsers:
- name: firefox
version: latest
- name: safari
version: 5..latest
version: 7..latest
- name: iphone
version: latest
- name: ie
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"devDependencies": {
"isarray": "^2.0.2",
"mocha": "~1.21.4",
"mocha": "^3.5.3",
"object-keys": "^1.0.11",
"zuul": "~1.10.2"
"zuul": "^3.11.1"
},
"scripts": {
"test": "mocha --ui qunit -- tests/index.js && zuul -- tests/index.js"
Expand Down

0 comments on commit d93ef8b

Please sign in to comment.