Skip to content

Commit

Permalink
fix:package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
constwz committed Oct 23, 2023
1 parent bf569d2 commit 8800ed2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "safe-wallet-web",
"homepage": "https://github.com/safe-global/safe-wallet-web",
"license": "GPL-3.0",
"type": "module",
"version": "1.19.1",
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -132,10 +133,5 @@
"typescript": "4.9.4",
"typescript-plugin-css-modules": "^4.2.2",
"webpack": "^5.88.2"
},
"tsconfig": {
"compilerOptions": {
"esModuleInterop": true
}
}
}

0 comments on commit 8800ed2

Please sign in to comment.