Skip to content

Commit

Permalink
Fixed a syntax error in one of the examples for the nested conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Dec 16, 2021
1 parent 9d6168b commit d949f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/packages.md
Expand Up @@ -566,7 +566,7 @@ use in Node.js but not the browser:
"import": "./feature-node.mjs",
"require": "./feature-node.cjs"
},
"default": "./feature.mjs",
"default": "./feature.mjs"
}
}
```
Expand Down

0 comments on commit d949f8a

Please sign in to comment.