Skip to content

Commit

Permalink
remove non-public fontawesome extension. this repo is meant to be ope…
Browse files Browse the repository at this point in the history
…n source only
  • Loading branch information
gtibrett committed Mar 13, 2024
1 parent fc130a8 commit a0a419b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"exports": {
".": "./index.js",
"./font-awesome": "./font-awesome/index.js",
"./jest": "./jest/index.js",
"./next": "./next/index.js",
"./react-router": "./react-router/index.js"
Expand All @@ -25,8 +24,6 @@
"devDependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/lab": "^5.0.0-alpha.132",
"@mui/material": "^5",
"@mui/utils": "^5",
Expand Down Expand Up @@ -57,8 +54,6 @@
"peerDependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/lab": "^5.0.0-alpha.132",
"@mui/material": "^5",
"@mui/utils": "^5",
Expand All @@ -71,9 +66,6 @@
"react-router-dom": "^6"
},
"peerDependenciesMeta": {
"@fortawesome/react-fontawesome": {
"optional": true
},
"@testing-library/react": {
"optional": true
},
Expand Down
6 changes: 0 additions & 6 deletions src/font-awesome/Icon.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/font-awesome/index.ts

This file was deleted.

0 comments on commit a0a419b

Please sign in to comment.