Skip to content

Commit

Permalink
Merge pull request #441 from margelo/@chrispader/fix-package-json
Browse files Browse the repository at this point in the history
Fix: Remove accidental change to `package.json` `browser` field
  • Loading branch information
Julesssss authored Jan 4, 2024
2 parents 2653648 + 6e06864 commit d0dd745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"react-native": "native.js",
"main": "native.js",
"browser": "lib/index.js",
"browser": "web.js",
"types": "lib/index.d.ts",
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit d0dd745

Please sign in to comment.