Skip to content

Commit

Permalink
chore: make some packages private to prevent publish (#29542)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Jun 14, 2023
1 parent 47e63d8 commit a10dca3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/base64/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@rocket.chat/base64",
"private": true,
"description": "Base64 encoding and decoding; Fork of Meteor's Base64 package",
"version": "1.0.12",
"main": "./dist/base64.js",
Expand Down
1 change: 1 addition & 0 deletions packages/fuselage-ui-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@rocket.chat/fuselage-ui-kit",
"private": true,
"version": "0.31.16",
"description": "UiKit elements for Rocket.Chat Apps built under Fuselage design system",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
Expand Down
1 change: 1 addition & 0 deletions packages/random/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@rocket.chat/random",
"private": true,
"description": "Random number generator and utilities; Fork of Meteor's Random package",
"version": "1.2.1",
"main": "./dist/main.server.js",
Expand Down
1 change: 1 addition & 0 deletions packages/sha256/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@rocket.chat/sha256",
"private": true,
"description": "SHA256 implementation; Fork of Meteor's SHA256 package",
"version": "1.0.9",
"main": "./dist/sha256.js",
Expand Down

0 comments on commit a10dca3

Please sign in to comment.