Skip to content

Commit

Permalink
Adding registry scope
Browse files Browse the repository at this point in the history
  • Loading branch information
papag00se committed Jan 15, 2025
1 parent 7a66b41 commit a01ebdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "handles-marketplace-contracts",
"name": "@koralabs/handles-marketplace-contracts",
"version": "0.2.0",
"description": "Write validators in the `validators` folder, and supporting functions in the `lib` folder using `.ak` as a file extension.",
"main": "index.js",
Expand All @@ -10,6 +10,9 @@
"test:aiken": "concurrently \"aiken fmt --check\" \"aiken check\"",
"test": "vitest run"
},
"bin": {
"marketplace": "bin/marketplace"
},
"keywords": [],
"author": "",
"license": "ISC",
Expand Down

0 comments on commit a01ebdf

Please sign in to comment.