diff --git a/target_chains/ethereum/entropy_sdk/solidity/.npmignore b/target_chains/ethereum/entropy_sdk/solidity/.npmignore new file mode 100644 index 0000000000..0c740fe42f --- /dev/null +++ b/target_chains/ethereum/entropy_sdk/solidity/.npmignore @@ -0,0 +1,6 @@ +.gitignore +.prettierignore +prettier.config.js +turbo.json +build/ +.turbo/ \ No newline at end of file diff --git a/target_chains/ethereum/entropy_sdk/solidity/package.json b/target_chains/ethereum/entropy_sdk/solidity/package.json index 267a5d6c35..feeef84919 100644 --- a/target_chains/ethereum/entropy_sdk/solidity/package.json +++ b/target_chains/ethereum/entropy_sdk/solidity/package.json @@ -1,6 +1,6 @@ { "name": "@pythnetwork/entropy-sdk-solidity", - "version": "2.2.0", + "version": "2.2.1", "description": "Generate secure random numbers with Pyth Entropy", "type": "module", "repository": { @@ -33,9 +33,6 @@ "prettier": "catalog:", "prettier-plugin-solidity": "catalog:" }, - "files": [ - "dist/**/*" - ], "engines": { "node": ">=22.14.0" }