Skip to content

Commit

Permalink
Adds missing peer dependencies (#7977)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Apr 20, 2022
1 parent 7d92d81 commit 4700f42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/transformers/image/package.json
Expand Up @@ -22,5 +22,8 @@
},
"devDependencies": {
"sharp": "^0.29.1"
},
"peerDependencies": {
"@parcel/core": "^2.4.1"
}
}
3 changes: 3 additions & 0 deletions packages/transformers/js/package.json
Expand Up @@ -45,6 +45,9 @@
"devDependencies": {
"@napi-rs/cli": "1.0.4"
},
"peerDependencies": {
"@parcel/core": "^2.4.1"
},
"scripts": {
"build": "napi build --platform --cargo-cwd napi",
"build-release": "napi build --platform --release --cargo-cwd napi",
Expand Down

0 comments on commit 4700f42

Please sign in to comment.