Skip to content

Commit

Permalink
Merge pull request #9 from btc-vision/develop
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
BlobMaster41 authored May 5, 2024
2 parents 732a490 + dc760c9 commit b4df743
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@btc-vision/bsi-binary",
"version": "1.0.6",
"version": "1.0.8",
"description": "",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -13,6 +13,10 @@
"types": "./src/index.ts"
}
},
"browser": {
"crypto": "crypto-browserify",
"stream": "stream-browserify"
},
"scripts": {
"watch": "gulp watch",
"start": "cd build && node index",
Expand Down

0 comments on commit b4df743

Please sign in to comment.