From 374e51fe71e9ececca53a0efdc5741da884c3f53 Mon Sep 17 00:00:00 2001 From: Not Existing <61290107+N0tExisting@users.noreply.github.com> Date: Fri, 14 Jan 2022 19:34:31 +0100 Subject: [PATCH] fix: targets must start with `./` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/**/*\""