Skip to content

Commit

Permalink
Minor edits to configs
Browse files Browse the repository at this point in the history
  • Loading branch information
papag00se committed Jan 14, 2025
1 parent 181ab70 commit db733c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions aiken.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "golddyev/marketplace-sc-old"
name = "koralabs/handles-marketplace-contracts"
version = "0.0.0"
compiler = "v1.0.29-alpha"
plutus = "v2"
license = "Apache-2.0"
description = "Aiken contracts for project 'golddyev/marketplace-sc-old'"
description = "Aiken contracts for project 'koralabs/handles-marketplace-contracts'"

[repository]
user = "golddyev"
project = "marketplace-sc-old"
user = "koralabs"
project = "handles-marketplace-contracts"
platform = "github"

[[dependencies]]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"main": "index.js",
"type": "module",
"scripts": {
"build": "rm -rf ./lib && npx tsc",
"build": "npx tsc",
"lint": "concurrently \"aiken fmt --check\" \"npx eslint '**/{src,test}/**/*.{ts,mjs}' --max-warnings=0\"",
"test:aiken": "concurrently \"aiken fmt --check\" \"aiken check\"",
"test": "vitest run"
},
"bin": {
"marketplace": "./bin/marketplace"
"marketplace": "bin/marketplace"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit db733c9

Please sign in to comment.