Skip to content

Commit 9d23d34

Browse files
committed
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
1 parent eb4f069 commit 9d23d34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"ini": "^2.0.0",
6565
"init-package-json": "^2.0.1",
6666
"is-cidr": "^4.0.2",
67+
"json-parse-even-better-errors": "^2.3.1",
6768
"leven": "^3.1.0",
6869
"libnpmaccess": "^4.0.1",
6970
"libnpmfund": "^1.0.2",
@@ -186,7 +187,6 @@
186187
"eslint-plugin-promise": "^4.2.1",
187188
"eslint-plugin-standard": "^5.0.0",
188189
"jsdom": "^16.4.0",
189-
"json-parse-even-better-errors": "^2.3.1",
190190
"marked-man": "^0.7.0",
191191
"require-inject": "^1.4.4",
192192
"tap": "^14.11.0",

0 commit comments

Comments
 (0)