Skip to content

Commit

Permalink
add files parameters in each package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Jun 4, 2024
1 parent 77c4602 commit 5e93e50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/auto-consensus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"build": "tsc",
"test": "jest"
},
"files": [
"dist",
"README.md"
],
"dependencies": {
"@autonomys/auto-utils": "workspace:*"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/auto-id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"scripts": {
"build": "tsc"
},
"files": [
"dist",
"README.md"
],
"devDependencies": {
"typescript": "^5.4.5"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/auto-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"build": "tsc",
"test": "jest"
},
"files": [
"dist",
"README.md"
],
"dependencies": {
"@polkadot/api": "^11.2.1",
"fs": "^0.0.1-security"
Expand Down

0 comments on commit 5e93e50

Please sign in to comment.