Skip to content

Commit

Permalink
change all packages to private false
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Nov 19, 2024
1 parent 3ac154e commit 86008f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/mrl-simple/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mrl-simple",
"version": "1.0.0",
"private": true,
"private": false,
"license": "UNLICENSED",
"scripts": {
"start": "bun index.ts"
Expand Down
2 changes: 1 addition & 1 deletion examples/sdk-simple/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sdk-simple",
"version": "3.0.0",
"private": true,
"private": false,
"license": "UNLICENSED",
"type": "module",
"main": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xcm-sdk",
"author": "moonbeam-foundation",
"license": "MIT",
"private": true,
"private": false,
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"bugs": {
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "scripts",
"version": "1.0.0",
"scripts": {},
"private": true,
"private": false,
"license": "UNLICENSED",
"description": "",
"dependencies": {
Expand Down

0 comments on commit 86008f4

Please sign in to comment.