Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Sep 17, 2024
1 parent a60ff85 commit 5951570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/rfq-indexer/api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "api",
"name": "@synapsecns/rfq-indexer-api",
"private": true,
"version": "1.0.1",
"description": "",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/rfq-indexer/indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rfq-indexer",
"version": "0.0.1",
"name": "@synapsecns/rfq-indexer",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 5951570

Please sign in to comment.