From 34ad75b66108191d243e64f29d3698b61126db17 Mon Sep 17 00:00:00 2001 From: Lars Kappert Date: Wed, 27 Apr 2022 09:07:36 -0300 Subject: [PATCH] Remove unused markdown-toc + script --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index afc418a0..0278b224 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,6 @@ "lint": "eslint lib test", "format": "prettier --write \"{lib,test}/**/*.js\"", "test": "ava --no-worker-threads", - "readme": "markdown-toc README.md -i --maxdepth=2 --bullets=-", "release": "./bin/release-it.js" }, "author": { @@ -95,7 +94,6 @@ "eslint-plugin-ava": "13.2.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-prettier": "4.0.0", - "markdown-toc": "1.2.0", "mock-fs": "5.1.2", "mock-stdio": "1.0.3", "nock": "13.2.4",