1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Description: skip unavailable modules
Last-Update: 2020-05-03
--- a/package.json
+++ b/package.json
@@ -33,15 +33,7 @@
"grunt": "1.0.3",
"grunt-babel": "8.0.0",
"grunt-cli": "1.3.2",
- "grunt-compare-size": "0.4.2",
"grunt-contrib-uglify": "3.4.0",
- "grunt-contrib-watch": "1.1.0",
- "grunt-eslint": "22.0.0",
- "grunt-git-authors": "3.2.0",
- "grunt-jsonlint": "1.1.0",
- "grunt-karma": "3.0.1",
- "grunt-newer": "1.3.0",
- "grunt-npmcopy": "0.1.0",
"gzip-js": "0.3.2",
"husky": "1.3.1",
"insight": "0.10.1",
@@ -58,7 +50,6 @@
"promises-aplus-tests": "2.1.2",
"q": "1.5.1",
"qunit": "2.9.2",
- "raw-body": "2.3.3",
"requirejs": "2.3.6",
"sinon": "2.3.7",
"sizzle": "2.3.5",
|