Skip to content

Commit

Permalink
Move eslint plugin to devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn authored and dlongley committed Mar 6, 2024
1 parent 76ffb02 commit 890ac22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# `@bedrock/core` ChangeLog

## 6.1.3 - 2024-03-xx

### Fixed
- Move eslint plugin to `devDependencies`.

## 6.1.2 - 2024-02-28

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,6 @@
"@digitalbazaar/async-node-events": "^3.0.0",
"commander": "^9.2.0",
"cycle": "^1.0.3",
"eslint-plugin-unicorn": "^51.0.1",
"fast-safe-stringify": "^2.1.1",
"serialize-error": "^10.0.0",
"triple-beam": "^1.3.0",
Expand All @@ -40,6 +39,7 @@
"eslint": "^8.57.0",
"eslint-config-digitalbazaar": "^5.0.1",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-unicorn": "^51.0.1",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^8.0.1"
},
Expand Down

0 comments on commit 890ac22

Please sign in to comment.