Skip to content

Commit

Permalink
Remove deprecated "main" field from package.json
Browse files Browse the repository at this point in the history
Across multiple frameworks, users receive a `[DEP0128] DeprecationWarning: Invalid 'main' field in ...` warning. Removing this line fixes it. 

Issue: react-icons#509
  • Loading branch information
brianprost committed Jan 17, 2023
1 parent 163ab2e commit eff3b56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-icons/package.json
Expand Up @@ -8,7 +8,6 @@
"kamijin_fanta <kamijin@live.jp>"
],
"license": "MIT",
"main": "lib",
"types": "./lib/esm/index.d.ts",
"sideEffects": false,
"repository": {
Expand Down

0 comments on commit eff3b56

Please sign in to comment.