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

Commit b5cb520

Browse files
committed
Update deps.
1 parent 39b4625 commit b5cb520

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"test": "node test/test"
1919
},
2020
"dependencies": {
21-
"lodash": "^4.11.2",
21+
"lodash": "^4.13.1",
2222
"platform": "^1.3.1"
2323
},
2424
"devDependencies": {
2525
"coveralls": "^2.11.9",
26-
"docdown": "~0.5.1",
27-
"istanbul": "0.4.3",
28-
"qunit-extras": "^2.0.0",
29-
"qunitjs": "~1.23.1",
26+
"docdown": "~0.6.1",
27+
"istanbul": "0.4.4",
28+
"qunit-extras": "^2.1.0",
29+
"qunitjs": "^2.0.0",
3030
"requirejs": "^2.2.0"
3131
},
3232
"files": [

test/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,5 +1280,6 @@
12801280
if (!document) {
12811281
QUnit.config.noglobals = true;
12821282
QUnit.load();
1283+
QUnit.start();
12831284
}
12841285
}.call(this));

0 commit comments

Comments
 (0)