Skip to content

Commit 109415d

Browse files
committed
Fix ESM import export
1 parent 213fca5 commit 109415d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azuriom-auth",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A JavaScript implementation of the Azuriom Auth API.",
55
"keywords": [
66
"azuriom"
@@ -18,6 +18,7 @@
1818
"types": "build/index.d.ts",
1919
"exports": {
2020
".": {
21+
"import": "./build/index.js",
2122
"types": "./build/index.d.ts",
2223
"require": "./build/index.js"
2324
}

0 commit comments

Comments
 (0)