From cbb65e562c8fd4337d1a9b02607d26ae4ea7ac97 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sun, 29 Dec 2024 23:37:51 -0300 Subject: [PATCH] refactor: use `exports` rather than `main` in `package.json` (#718) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc56e4f..9836670 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "vscode", "vsce" ], - "main": "index.js", + "exports": "./index.js", "files": [ "lib/**/*.js" ],