Skip to content

Commit

Permalink
fix(ruleset-migrator): correct package.json's browser field (#2497)
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip authored Jul 5, 2023
1 parent 39a341c commit 89a6a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ruleset-migrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"/dist"
],
"browser": {
"./dist/require-resolve.js": false
"./dist/requireResolve.js": false
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 89a6a67

Please sign in to comment.