From 9d23d340b452667c8f8ebc878e821db3ca23cebd Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Thu, 28 Jan 2021 11:48:45 -0500 Subject: [PATCH] fix: json-parse-even-better-errors dep listing Currently `json-parse-even-better-errors` is listed as a dev dependency but that's currently used in a few places such as `lib/set-script.js` and `lib/view.js`. Thanks: @XhmikosR --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fd1d30ba3c8a..276fb9106797a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -377,6 +377,7 @@ "ini": "^2.0.0", "init-package-json": "^2.0.1", "is-cidr": "^4.0.2", + "json-parse-even-better-errors": "^2.3.1", "leven": "^3.1.0", "libnpmaccess": "^4.0.1", "libnpmfund": "^1.0.2", @@ -434,7 +435,6 @@ "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^5.0.0", "jsdom": "^16.4.0", - "json-parse-even-better-errors": "^2.3.1", "marked-man": "^0.7.0", "require-inject": "^1.4.4", "tap": "^14.11.0", diff --git a/package.json b/package.json index da6175dfe80b8..f28835b3fdcc8 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,7 @@ "ini": "^2.0.0", "init-package-json": "^2.0.1", "is-cidr": "^4.0.2", + "json-parse-even-better-errors": "^2.3.1", "leven": "^3.1.0", "libnpmaccess": "^4.0.1", "libnpmfund": "^1.0.2", @@ -186,7 +187,6 @@ "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^5.0.0", "jsdom": "^16.4.0", - "json-parse-even-better-errors": "^2.3.1", "marked-man": "^0.7.0", "require-inject": "^1.4.4", "tap": "^14.11.0",