Skip to content

Commit 0763ab3

Browse files
committed
Fixes #2764 — Underscore should not have any dependencies.
1 parent c0e8fef commit 0763ab3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"gzip-size-cli": "^1.0.0",
2424
"karma": "^0.13.13",
2525
"karma-qunit": "~2.0.1",
26+
"karma-sauce-launcher": "^1.2.0",
2627
"nyc": "^2.1.3",
2728
"pretty-bytes-cli": "^1.0.0",
2829
"qunit-cli": "~0.2.0",
@@ -46,8 +47,5 @@
4647
"underscore.js",
4748
"underscore-min.js",
4849
"underscore-min.js.map"
49-
],
50-
"dependencies": {
51-
"karma-sauce-launcher": "^1.2.0"
52-
}
50+
]
5351
}

0 commit comments

Comments
 (0)