Skip to content

Commit

Permalink
fix PR comment about peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaiBer committed Mar 18, 2024
1 parent ccbf945 commit 0d89ace
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mklib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ cat > $1/package.json <<HERE
"url": "https://github.com/winglang/winglibs.git",
"directory": "$1"
},
"author": {
"email": "<your email here>",
"name": "<your name here>"
},
"license": "MIT"
}
HERE
Expand Down
2 changes: 1 addition & 1 deletion openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "Shai Ber"
},
"license": "MIT",
"dependencies": {
"peerDependencies": {
"openai": "^4.28.4"
}
}

0 comments on commit 0d89ace

Please sign in to comment.