Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jul 20, 2016
1 parent 39b4625 commit a5e222b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"test": "node test/test"
},
"dependencies": {
"lodash": "^4.11.2",
"lodash": "^4.13.1",
"platform": "^1.3.1"
},
"devDependencies": {
"coveralls": "^2.11.9",
"docdown": "~0.5.1",
"istanbul": "0.4.3",
"qunit-extras": "^2.0.0",
"qunitjs": "~1.23.1",
"coveralls": "^2.11.11",
"docdown": "~0.6.1",
"istanbul": "0.4.4",
"qunit-extras": "^2.1.0",
"qunitjs": "^2.0.0",
"requirejs": "^2.2.0"
},
"files": [
Expand Down
1 change: 1 addition & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1280,5 +1280,6 @@
if (!document) {
QUnit.config.noglobals = true;
QUnit.load();
QUnit.start();
}
}.call(this));

0 comments on commit a5e222b

Please sign in to comment.