Skip to content

Commit

Permalink
WIN
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed May 14, 2024
1 parent d0724ae commit 5a576c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
2 changes: 0 additions & 2 deletions modules/4337/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"files": [
"contracts",
"dist",
"src",
"test",
"build"
],
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions modules/passkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"files": [
"contracts",
"dist",
"src",
"build"
],
"scripts": {
Expand All @@ -50,7 +49,7 @@
"@noble/curves": "^1.4.0",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@safe-global/mock-contract": "^4.1.0",
"@safe-global/safe-4337": "^0.3.0",
"@safe-global/safe-4337": "workspace:^0.3.0",
"@safe-global/safe-4337-local-bundler": "workspace:^0.0.0",
"@simplewebauthn/server": "^10.0.0",
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion modules/passkey/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["src/**/*.ts", "hardhat.config.ts", "test", "./typechain-types"]
"include": ["./src/**/*.ts", "./hardhat.config.ts", "./test", "./typechain-types"]
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a576c8

Please sign in to comment.