From 7dc29230da70aaaf79b2890e6458ce561e3f9619 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 26 Nov 2025 08:30:50 -0800 Subject: [PATCH] fix(package.json): Fixing minor issue with package.json that was causing warning --- LICENSE.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index a6d0817..e0f577f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2022 Permissionless Software Foundation contributors +Copyright 2022-2026 Permissionless Software Foundation contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/package.json b/package.json index 8209fff..609ffd4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Gabriel Cardona ", "Stoyan Zhekov " ], - "main": "src/bch-js", + "main": "src/bch-js.js", "scripts": { "test": "c8 mocha --trace-warnings --unhandled-rejections=strict --timeout 30000 test/unit/", "test:integration": "npm run test:integration:local:noauth",