Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BlobMaster41 committed May 5, 2024
1 parent 4929adc commit 2ffc8e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"setup": "npm npm i && npm run build",
"install": "gulp && gulp cjs"
},
"browser": {
"crypto": false,
"stream": false
},
"author": "BlobMaster41",
"license": "LICENSE.MD",
"devDependencies": {
Expand All @@ -38,7 +42,6 @@
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.12",
"babel-plugin-transform-import-meta": "^2.2.1",
"crypto": "^1.0.1",
"ecpair": "^2.1.0",
"gulp": "^4.0.2",
"gulp-cached": "^1.1.1",
Expand Down

0 comments on commit 2ffc8e3

Please sign in to comment.