Skip to content

Commit

Permalink
pump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfnjust committed Jan 6, 2025
1 parent fc1d3b9 commit f595470
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@scrypt-inc/bitcoinjs-lib",
"version": "1.0.0",
"version": "1.0.1",
"description": "Client-side Bitcoin JavaScript library",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/cjs/index.d.ts",
Expand All @@ -12,7 +11,7 @@
"import": "./dist/esm/index.js",
"types": "./dist/cjs/index.d.ts"
},
"./src/*": {
"./dist/*": {
"require": "./dist/cjs/*.cjs",
"types": "./dist/cjs/*.d.ts",
"import": "./dist/esm/*.js"
Expand Down

0 comments on commit f595470

Please sign in to comment.