diff options
author | akanass <akanass@icloud.com> | 2021-04-15 19:26:25 +0200 |
---|---|---|
committer | akanass <akanass@icloud.com> | 2021-04-15 19:26:25 +0200 |
commit | 02cd6acf8916eda163b2906c8fe08f6baf50f491 (patch) | |
tree | 59004cadc99195822b1aae6db133a581651810cb | |
parent | aa3723320e0db36f71d317854f86ab1b2b5eb460 (diff) |
change package.json to have new `main:es2018` entry
-rw-r--r-- | packages/browser/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/package.json b/packages/browser/package.json index 515949a..1142244 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -3,7 +3,7 @@ "version": "2.2.1", "description": "SimpleWebAuthn for Browsers", "main": "dist/es5/index.js", - "jsnext:main": "dist/es2018/index.js", + "main:es2018": "dist/es2018/index.js", "types": "dist/types/index.d.ts", "author": "Matthew Miller <matthew@millerti.me>", "license": "MIT", |