Skip to content

Commit

Permalink
fix: make core a normal dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jan 26, 2023
1 parent 3e18912 commit d075e95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
],
"repository": "salesforcecli/eslint-plugin-sf-plugin",
"dependencies": {
"@salesforce/core": "^3.33.1",
"@typescript-eslint/utils": "^5.48.1"
},
"devDependencies": {
Expand Down Expand Up @@ -68,8 +69,5 @@
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"peerDependencies": {
"@salesforce/core": "^3.33.1"
}
}

0 comments on commit d075e95

Please sign in to comment.