Skip to content

Commit

Permalink
feat: Moved WP plugin to peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Aug 2, 2023
1 parent cc68e27 commit 50143d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.4",
"semantic-release-wp-plugin": "^1.3"
"@semantic-release/github": "^9.0.4"
},
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
Expand All @@ -50,7 +49,8 @@
"typescript": "^5.1.6"
},
"peerDependencies": {
"semantic-release": "^21"
"semantic-release": "^21",
"semantic-release-wp-plugin": "^1.3"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 50143d8

Please sign in to comment.