From 1a4f07103247aaee1fbedcfa36cb8729fba1fdb1 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Tue, 30 Nov 2021 22:47:59 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=82=20Moved=20klaw=20to=20deps=20from?= =?UTF-8?q?=20devDeps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5703df9..34aeef3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "eslint-plugin-prefer-arrow": "^1.2.2", "jest": "^27.2.5", "jest-cli": "^27.2.5", - "klaw": "^4.0.1", "moleculer-repl": "^0.6.6", "ts-jest": "^25.3.0", "ts-node": "^8.8.1" @@ -42,6 +41,7 @@ "@types/string-similarity": "^4.0.0", "7zip-bin": "^5.1.1", "7zip-min": "^1.4.0", + "klaw": "^4.0.1", "chokidar": "^3.5.2", "dotenv": "^10.0.0", "fs-extra": "^10.0.0",