Skip to content

Commit

Permalink
chore(deps): set react package to private (#11941)
Browse files Browse the repository at this point in the history
### Description

Set React package to `private` to prevent further publishing to NPM.

### Changelog

**Changed**

- `@carbon/ibmdotcom-react` set to private

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
  • Loading branch information
kennylam committed Jul 23, 2024
1 parent 18ad3ff commit 5b412e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@carbon/ibmdotcom-react",
"private": true,
"description": "Carbon for IBM.com React Components",
"version": "1.61.0",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5b412e4

Please sign in to comment.