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",