Skip to content

Commit

Permalink
fix: merge conflict missing comma in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Viglucci <[email protected]>
  • Loading branch information
viglucci committed Apr 27, 2023
1 parent a0fb7ba commit 03439d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rsocket-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"rsocket-core": "^1.0.0-alpha.3"
"rsocket-composite-metadata": "^1.0.0-alpha.3",
"rsocket-core": "^1.0.0-alpha.3",
"rsocket-composite-metadata": "^1.0.0-alpha.3"
},
"devDependencies": {
"rimraf": "~3.0.2",
Expand Down

0 comments on commit 03439d8

Please sign in to comment.