Skip to content

Commit 83d2596

Browse files
committed
clean up scripts
1 parent 72073c7 commit 83d2596

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,12 @@
4545
"markdown": "0.x",
4646
"markdown-it": "8.x",
4747
"node-fetch": "^2.3.0",
48-
"uglify-js": "^3.5.4"
48+
"uglify-js": "^3.5.8"
4949
},
5050
"scripts": {
5151
"test": "jasmine --config=jasmine.json",
5252
"test:unit": "npm test -- test/unit/**/*-spec.js",
5353
"test:specs": "npm test -- test/specs/**/*-spec.js",
54-
"test:cm": "npm test -- test/specs/commonmark/**/*-spec.js",
55-
"test:gfm": "npm test -- test/specs/gfm/**/*-spec.js",
56-
"test:marked": "npm test -- test/specs/marked/**/*-spec.js",
57-
"test:old": "node test",
5854
"test:lint": "eslint bin/marked .",
5955
"test:redos": "eslint --plugin vuln-regex-detector --rule '\"vuln-regex-detector/no-vuln-regex\": 2' lib/marked.js",
6056
"test:node4": "npx node@4 ./node_modules/jasmine/bin/jasmine.js --config=jasmine.json",

0 commit comments

Comments
 (0)