From dd75141291c09d2e0f7c5a4f87c6f66b1c8277ce Mon Sep 17 00:00:00 2001 From: Christophe Le Bars Date: Mon, 17 Apr 2023 18:58:35 +0200 Subject: [PATCH] add main --- LICENSE | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 87f9a21..977f711 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2022 Christophe Le Bars +Copyright (c) 2023 Christophe Le Bars Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index d99860c..a174bc1 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "exports": { "./package.json": "./package.json", ".": { - "import": "./src/index.js" + "import": "./src/index.js", + "main": "./src/index.js" } }, "prettier": "prettier-config-standard",