guess-js-deps-bash 0.1.53 → 0.1.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/guess-js-deps.sh +2 -1
- package/package.json +1 -1
package/guess-js-deps.sh
CHANGED
|
@@ -158,9 +158,10 @@ function find_manif_eslint_deps () {
|
|
|
158
158
|
local BUF="$DEPS"
|
|
159
159
|
BUF="¶ ${BUF//$'\n'/ ¶ } ¶"
|
|
160
160
|
BUF="${BUF//$'\t'/ » }"
|
|
161
|
+
local -p >&2
|
|
161
162
|
case "$BUF" in
|
|
162
163
|
*'¶ eslint-config-nodejs-pmb '* )
|
|
163
|
-
<<<"$SCRIPTS" grep -qoPe '^\s*"elp[ \&]' && DEPS+=$'\neslint-pretty-pmb'
|
|
164
|
+
<<<"$SCRIPTS" grep -qoPe '^\s*"elp[ \&"]' && DEPS+=$'\neslint-pretty-pmb'
|
|
164
165
|
;;
|
|
165
166
|
esac
|
|
166
167
|
|
package/package.json
CHANGED