Skip to content

Commit 35c90ab

Browse files
committed
fix(entropy-sdk) Fix
1 parent 8d92b51 commit 35c90ab

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.gitignore
2+
.prettierignore
3+
prettier.config.js
4+
turbo.json
5+
build/
6+
.turbo/

target_chains/ethereum/entropy_sdk/solidity/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/entropy-sdk-solidity",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Generate secure random numbers with Pyth Entropy",
55
"type": "module",
66
"repository": {
@@ -33,9 +33,6 @@
3333
"prettier": "catalog:",
3434
"prettier-plugin-solidity": "catalog:"
3535
},
36-
"files": [
37-
"dist/**/*"
38-
],
3936
"engines": {
4037
"node": ">=22.14.0"
4138
}

0 commit comments

Comments
 (0)