Skip to content

Commit

Permalink
Add eslint-plugin-regexp to devDependencies
Browse files Browse the repository at this point in the history
As required by peerDependencies of @kevinoid/[email protected].

Fixes: 8b33e534ceea ("build(deps-dev): bump eslint-config-kevinoid from ^30.0.0 to ^31.0.0")
Signed-off-by: Kevin Locke <[email protected]>
  • Loading branch information
kevinoid committed Oct 1, 2023
1 parent 23d1377 commit 2390bad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"eslint-plugin-jsdoc": "^46.0.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-regexp": "^1.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"jsdoc": "^4.0.0",
"mocha": "^10.0.0",
Expand All @@ -83,6 +84,7 @@
"eslint-plugin-jsdoc",
"eslint-plugin-n",
"eslint-plugin-promise",
"eslint-plugin-regexp",
"eslint-plugin-unicorn"
]
},
Expand Down

0 comments on commit 2390bad

Please sign in to comment.