Skip to content

Commit

Permalink
Update Docs and Add Side Effects False to Package (#95)
Browse files Browse the repository at this point in the history
* Add sideEffects false to package.json

* Update featuredProjectBadge names in docs

* Add changeset
  • Loading branch information
bryantkelley authored Nov 13, 2024
1 parent 9a99211 commit 2f1d46c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-seahorses-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"formidable-oss-badges": patch
---

Add sideEffects false to package and update featuredProjectBadge docs
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,16 @@ See
[featuredProjectBadges](https://github.com/FormidableLabs/formidable-oss-badges/tree/master/src/featuredProjectBadges)
for the latest available lineup.

- `Renature`
- `Spectacle`
- `Urql`
- `Victory`
- `Nuka`
- `Owl`
- `Groqd`
- `Envy`
- `FigLog`
- `CloudSplice`
- `RenatureBadge`
- `SpectacleBadge`
- `UrqlBadge`
- `VictoryBadge`
- `NukaBadge`
- `OwlBadge`
- `GroqdBadge`
- `EnvyBadge`
- `FigLogBadge`
- `CloudSpliceBadge`

### FeaturedBadge props

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"main": "dist/formidable-oss-badges.cjs.js",
"jsnext:main": "dist/formidable-oss-badges.es.js",
"module": "dist/formidable-oss-badges.es.js",
"sideEffects": false,
"peerDependencies": {
"react": ">= 18.0.0",
"react-dom": ">= 18.0.0"
Expand Down

0 comments on commit 2f1d46c

Please sign in to comment.