Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-12-28 17:59:23 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-12-28 18:34:22 +0300
commit26647165c8849b50342615d83b4a555a8214e90e (patch)
tree3d24b8fa101d72309c517929b1b1a37755feb84a /package.json
parent71264f5ed33ef887f52ef9526b53e32a939a197e (diff)
Switch to the qunit npm package.
Also updates QUnit to v2.8.0.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2552720..1111c39 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"node-qunit-phantomjs": "^2.0.1",
"nodeunit": "^0.11.3",
"nyc": "^13.1.0",
- "qunitjs": "^2.4.1",
+ "qunit": "^2.8.0",
"rewire": "^4.0.1",
"sinon": "^7.2.2"
},