Skip to content

Commit

Permalink
Merge pull request #12 from subspace/7-define-in-each-packagesjson-wh…
Browse files Browse the repository at this point in the history
…at-gets-exported-to-the-package

Define in each packages.json what gets exported to the package
  • Loading branch information
marc-aurele-besner authored Jun 4, 2024
2 parents 01b0701 + 5e93e50 commit b53e8a6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/auto-consensus/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# @autonomys/auto-consensus
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
1 change: 1 addition & 0 deletions packages/auto-id/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# @autonomys/auto-id
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
1 change: 1 addition & 0 deletions packages/auto-utils/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# @autonomys/auto-utils
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 b53e8a6

Please sign in to comment.