Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #36 from prosopo/auth_app_g
Browse files Browse the repository at this point in the history
State management overhaul
  • Loading branch information
forgetso authored Nov 24, 2022
2 parents 703ceea + 7e9e003 commit 03f9b7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/demo-nft-marketplace",
"version": "0.1.0",
"version": "0.1.10",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
Expand All @@ -23,7 +23,6 @@
"@polkadot/rpc-provider": "^8.13.1",
"@polkadot/util": "^10.0.2",
"@polkadot/util-crypto": "^10.0.2",
"@prosopo/procaptcha": "^0.1.9",
"@prosopo/procaptcha-react": "^0.1.9",
"axios": "^0.27.2",
"browserify-fs": "^1.0.0",
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
"node_modules"
],
"references": [
{
"path": "../../packages/procaptcha"
},
{
"path": "../../packages/procaptcha-react"
}
Expand Down

0 comments on commit 03f9b7b

Please sign in to comment.