Skip to content

Commit

Permalink
rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
caglavol committed Jan 31, 2024
1 parent c8c2fbf commit c51edb8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@inkathon/contracts",
"name": "@fairpetuals/contracts",
"type": "module",
"private": true,
"version": "0.4.2",
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@inkathon/frontend",
"name": "@fairpetuals/frontend",
"private": true,
"version": "0.4.2",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.3",
"@hookform/resolvers": "^3.3.4",
"@inkathon/contracts": "workspace:*",
"@fairpetuals/contracts": "workspace:*",
"@polkadot/api": "^10.11.2",
"@polkadot/api-contract": "^10.11.2",
"@polkadot/extension-dapp": "^0.46.6",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@inkathon/monorepo",
"description": "Full-Stack DApp Boilerplate for ink! Smart Contracts",
"name": "@fairpetuals/monorepo",
"description": "Perpetuals dApp on Aleph Zero",
"homepage": "https://inkathon.xyz",
"author": "Scio Labs <[email protected]> (https://scio.xyz)",
"author": "1delta",
"private": true,
"workspaces": [
"frontend",
Expand Down Expand Up @@ -34,4 +34,4 @@
"typescript": "^5.3.3",
"typesync": "^0.12.1"
}
}
}

0 comments on commit c51edb8

Please sign in to comment.