Skip to content

Commit

Permalink
fix: json-parse-even-better-errors dep listing
Browse files Browse the repository at this point in the history
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

PR-URL: #2564
Credit: @ruyadorno
Close: #2564
Reviewed-by: @nlf
  • Loading branch information
ruyadorno authored and nlf committed Jan 28, 2021
1 parent 9351cbf commit bb7329d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit bb7329d

Please sign in to comment.