diff --git a/package.json b/package.json index 0a10711..c9815c1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "git://github.com/juliangruber/balanced-match.git" }, "homepage": "https://github.com/juliangruber/balanced-match", - "main": "index.js", + "exports": "./index.js", "type": "module", "scripts": { "test": "standard --fix && node--test test/test.js",