diff --git a/package.json b/package.json index bca9cdb..0ab2d7d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.3", "description": "A CLI for Torchlight - the syntax highlighting API", "type": "module", - "exports": "index.js", + "exports": "./index.js", "scripts": { "test": "standard --env jest && jest", "build": "babel src --out-dir lib --copy-files \"--ignore\" \"src/stubs/**/*\""