Skip to content

Commit

Permalink
chore: set packages to private
Browse files Browse the repository at this point in the history
  • Loading branch information
PJColombo committed Nov 25, 2024
1 parent 9b74688 commit 67c6e2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/dates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@blobscan/dates",
"version": "0.0.1",
"private": true,
"main": "./index.ts",
"types": "./index.ts",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/eth-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@blobscan/eth-format",
"version": "0.1.0",
"private": true,
"main": "./index.ts",
"types": "./index.ts",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions wasms/majin-blob-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@blobscan/majin-blob-wasm",
"private": true,
"collaborators": [
"Abdelhamid Bakhta <@AbdelStark>"
],
Expand Down

0 comments on commit 67c6e2f

Please sign in to comment.