Browse Source

clean up scripts

Tony Brix 6 years ago
parent
commit
83d2596a41
2 changed files with 4 additions and 8 deletions
  1. 3 3
      package-lock.json
  2. 1 5
      package.json

+ 3 - 3
package-lock.json

@@ -1987,9 +1987,9 @@
       "dev": true
       "dev": true
     },
     },
     "uglify-js": {
     "uglify-js": {
-      "version": "3.5.4",
-      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.4.tgz",
-      "integrity": "sha512-GpKo28q/7Bm5BcX9vOu4S46FwisbPbAmkkqPnGIpKvKTM96I85N6XHQV+k4I6FA2wxgLhcsSyHoNhzucwCflvA==",
+      "version": "3.5.8",
+      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.8.tgz",
+      "integrity": "sha512-GFSjB1nZIzoIq70qvDRtWRORHX3vFkAnyK/rDExc0BN7r9+/S+Voz3t/fwJuVfjppAMz+ceR2poE7tkhvnVwQQ==",
       "dev": true,
       "dev": true,
       "requires": {
       "requires": {
         "commander": "~2.20.0",
         "commander": "~2.20.0",

+ 1 - 5
package.json

@@ -45,16 +45,12 @@
     "markdown": "0.x",
     "markdown": "0.x",
     "markdown-it": "8.x",
     "markdown-it": "8.x",
     "node-fetch": "^2.3.0",
     "node-fetch": "^2.3.0",
-    "uglify-js": "^3.5.4"
+    "uglify-js": "^3.5.8"
   },
   },
   "scripts": {
   "scripts": {
     "test": "jasmine --config=jasmine.json",
     "test": "jasmine --config=jasmine.json",
     "test:unit": "npm test -- test/unit/**/*-spec.js",
     "test:unit": "npm test -- test/unit/**/*-spec.js",
     "test:specs": "npm test -- test/specs/**/*-spec.js",
     "test:specs": "npm test -- test/specs/**/*-spec.js",
-    "test:cm": "npm test -- test/specs/commonmark/**/*-spec.js",
-    "test:gfm": "npm test -- test/specs/gfm/**/*-spec.js",
-    "test:marked": "npm test -- test/specs/marked/**/*-spec.js",
-    "test:old": "node test",
     "test:lint": "eslint bin/marked .",
     "test:lint": "eslint bin/marked .",
     "test:redos": "eslint --plugin vuln-regex-detector --rule '\"vuln-regex-detector/no-vuln-regex\": 2' lib/marked.js",
     "test:redos": "eslint --plugin vuln-regex-detector --rule '\"vuln-regex-detector/no-vuln-regex\": 2' lib/marked.js",
     "test:node4": "npx node@4 ./node_modules/jasmine/bin/jasmine.js --config=jasmine.json",
     "test:node4": "npx node@4 ./node_modules/jasmine/bin/jasmine.js --config=jasmine.json",