Skip to content

Commit

Permalink
[wallet-adapter] Establish pnpm workspace, with wallet-adapter initia…
Browse files Browse the repository at this point in the history
…lly (MystenLabs#3946)

* Establish pnpm workspace, including wallet-adapter initially

* Use correct commands in readme
  • Loading branch information
Jordan-Mysten authored Aug 15, 2022
1 parent 03260d5 commit 61b21f0
Show file tree
Hide file tree
Showing 19 changed files with 10,600 additions and 39,505 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ storage/
# Python
.pyc

# Node.js
node_modules

# logs
wallet.log.*
sui.log.*
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strict-peer-dependencies=false
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "sui-monorepo",
"private": true,
"license": "Apache-2.0"
}
Loading

0 comments on commit 61b21f0

Please sign in to comment.