From 77ad86b5eedf139dda3329a6686d5f104dc233bb Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 23 Oct 2020 12:03:54 -0700 Subject: Merge docs deps with main project This also reduces the publish file size rather considerably. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 121f46478..cb0a336d3 100644 --- a/package.json +++ b/package.json @@ -180,14 +180,17 @@ "write-file-atomic" ], "devDependencies": { + "cmark-gfm": "^0.8.3", "eslint": "^7.11.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.2", + "jsdom": "^16.4.0", "marked-man": "^0.7.0", "require-inject": "^1.4.4", - "tap": "^14.10.8" + "tap": "^14.10.8", + "yaml": "^1.10.0" }, "scripts": { "dumpconf": "env | grep npm | sort | uniq", -- cgit v1.2.3