diff --git a/target_chains/ethereum/sdk/solidity/.npmignore b/target_chains/ethereum/sdk/solidity/.npmignore new file mode 100644 index 0000000000..6e03fab141 --- /dev/null +++ b/target_chains/ethereum/sdk/solidity/.npmignore @@ -0,0 +1,4 @@ +.gitignore +.prettierignore +prettier.config.js +turbo.json \ No newline at end of file diff --git a/target_chains/ethereum/sdk/solidity/package.json b/target_chains/ethereum/sdk/solidity/package.json index 244f9dedd7..f41e620844 100644 --- a/target_chains/ethereum/sdk/solidity/package.json +++ b/target_chains/ethereum/sdk/solidity/package.json @@ -1,6 +1,6 @@ { "name": "@pythnetwork/pyth-sdk-solidity", - "version": "4.3.0", + "version": "4.3.1", "description": "Read prices from the Pyth oracle", "type": "module", "repository": { @@ -32,10 +32,7 @@ "prettier-plugin-solidity": "catalog:", "solc": "^0.8.25" }, - "files": [ - "dist/**/*" - ], "engines": { "node": ">=22.14.0" } -} \ No newline at end of file +}