Skip to content

Commit

Permalink
pump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfnjust committed Dec 17, 2024
1 parent b7c457a commit 36f6581
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcoinjs-lib",
"version": "7.0.0-rc.0",
"name": "@scrypt-inc/bitcoinjs-lib",
"version": "1.0.0",
"description": "Client-side Bitcoin JavaScript library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand All @@ -26,7 +26,8 @@
"bitcoin",
"browserify",
"javascript",
"bitcoinjs"
"bitcoinjs",
"sCrypt"
],
"scripts": {
"audit": "better-npm-audit audit -l high",
Expand Down Expand Up @@ -55,10 +56,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/bitcoinjs/bitcoinjs-lib.git"
"url": "https://github.com/sCrypt-Inc/bitcoinjs-lib.git"
},
"files": [
"src"
"dist"
],
"dependencies": {
"@noble/hashes": "^1.2.0",
Expand Down

0 comments on commit 36f6581

Please sign in to comment.