From efb19658b44b81b3c063c3c1f990d14ab14dcd78 Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 19 Dec 2021 11:11:16 +0900 Subject: [PATCH] moved a package fom dev deps to deps --- source/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/package.json b/source/package.json index 8df5743..362c233 100644 --- a/source/package.json +++ b/source/package.json @@ -31,6 +31,7 @@ "markdown-it": "^12.3.0", "markdown-it-anchor": "^8.4.1", "markdown-it-attrs": "^4.1.0", + "markdown-it-task-checkbox": "^1.0.6", "markdown-it-texmath": "^0.9.6", "markdown-toc": "^1.2.0", "query-string": "^7.0.1", @@ -70,7 +71,6 @@ "eslint-plugin-json": "^3.1.0", "eslint-plugin-react": "^7.27.1", "jsdom": "^19.0.0", - "markdown-it-task-checkbox": "^1.0.6", "prettier": "^2.5.1", "ts-node": "^10.4.0", "tslint-config-prettier": "^1.18.0",