guess-js-deps-bash 0.1.53 → 0.1.56

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.
@@ -5,6 +5,7 @@ s~^\s+~~
5
5
  s~\s+$~~
6
6
  /^$/d
7
7
  \|^\./|d
8
+ \|^\.$|d
8
9
 
9
10
  /^eslint:/d
10
11
  s~^([a-z]+:|)(\@[^/]+/|)~\a<user>\2 \a<mode>\1 \a<esl>~
package/guess-js-deps.sh CHANGED
@@ -160,7 +160,7 @@ function find_manif_eslint_deps () {
160
160
  BUF="${BUF//$'\t'/ » }"
161
161
  case "$BUF" in
162
162
  *'¶ eslint-config-nodejs-pmb '* )
163
- <<<"$SCRIPTS" grep -qoPe '^\s*"elp[ \&]' && DEPS+=$'\neslint-pretty-pmb'
163
+ <<<"$SCRIPTS" grep -qoPe '^\s*"elp[ \&"]' && DEPS+=$'\neslint-pretty-pmb'
164
164
  ;;
165
165
  esac
166
166
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  { "name": "guess-js-deps-bash",
2
- "version": "0.1.53",
2
+ "version": "0.1.56",
3
3
  "description": "A bash attempt at npm-forgot: Guess JavaScript require() dependencies, detect their versions, compare with package.json.",
4
4
 
5
5
  "keywords": [