Skip to content

Commit

Permalink
import fs and block it on browser
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Jun 4, 2024
1 parent 2dcada1 commit 0a62ecf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/auto-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@
"test": "jest"
},
"dependencies": {
"@polkadot/api": "^11.2.1"
"@polkadot/api": "^11.2.1",
"fs": "^0.0.1-security"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
},
"browser": {
"fs": false
}
}

0 comments on commit 0a62ecf

Please sign in to comment.