Skip to content

Commit

Permalink
fix: include Solidity libraries in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Jun 23, 2023
1 parent 2408fdf commit 471f406
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boltz-core",
"version": "1.0.2",
"version": "1.0.3",
"description": "Core library of Boltz",
"main": "dist/lib/Boltz.js",
"scripts": {
Expand Down Expand Up @@ -42,6 +42,7 @@
"out/TestERC20.sol/TestERC20.json",
"out/EtherSwap.sol/EtherSwap.json",
"out/ERC20Swap.sol/ERC20Swap.json",
"contracts/lib",
"contracts/*.sol",
"contracts/script/*.sol",
"typechain/*",
Expand Down

0 comments on commit 471f406

Please sign in to comment.