Skip to content

Commit

Permalink
fix syntax error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Sep 15, 2023
1 parent 57a9baa commit 8f78fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ just be passed through as-is.
"./arraystyle": [
{ "import": "./no-op.js" },
{ "browser": "./browser-thing.js" },
{ "require": [{ "types": "./using-require.d.ts" }, "./using-require.js"],
{ "require": [{ "types": "./using-require.d.ts" }, "./using-require.js"]},
{ "types": "./blah.d.ts" },
"./etc.js"
]
Expand Down

0 comments on commit 8f78fce

Please sign in to comment.