Skip to content

Commit

Permalink
Merge pull request #421 from primer/chore/remove-optional-rollup-deps
Browse files Browse the repository at this point in the history
chore(deps): remove optionalDependencies in favor of wasm-node package
  • Loading branch information
keithamus authored Aug 1, 2024
2 parents fa3ad77 + fd1419a commit 2efcb3f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-boats-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/behaviors': patch
---

Remove optionalDependencies from npm package
25 changes: 22 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"@changesets/cli": "^2.18.1",
"@github/prettier-config": "^0.0.6",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/wasm-node": "^4.19.1",
"@size-limit/preset-small-lib": "^11.1.4",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.1",
Expand All @@ -94,8 +95,5 @@
"rollup": "^4.18.0",
"size-limit": "^11.1.4",
"typescript": "^5.2.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.18.0"
}
}

0 comments on commit 2efcb3f

Please sign in to comment.