Skip to content

Commit

Permalink
Fix peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoering committed Feb 10, 2025
1 parent 8e8baae commit 0838423
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.0.0","cli":"1.0.0"}
{".":"1.0.1","cli":"1.0.1"}
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@criteo/protobufjs-cli",
"description": "Translates between file formats and generates static code as well as TypeScript definitions.",
"version": "1.0.0",
"version": "1.0.1",
"author": "Daniel Wirtz <[email protected]>",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"pbts": "bin/pbts"
},
"peerDependencies": {
"protobufjs": "^7.0.0"
"@criteo/protobufjs": "^1.0.0"
},
"dependencies": {
"chalk": "^4.0.0",
Expand All @@ -33,6 +33,6 @@
"uglify-js": "^3.7.7"
},
"devDependencies": {
"protobufjs": "file:.."
"@criteo/protobufjs": "file:.."
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@criteo/protobufjs",
"version": "1.0.0",
"version": "1.0.1",
"versionScheme": "~",
"description": "Protocol Buffers for JavaScript (& TypeScript).",
"author": "Daniel Wirtz <[email protected]>",
Expand Down

0 comments on commit 0838423

Please sign in to comment.