summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorakanass <akanass@icloud.com>2021-04-15 19:26:25 +0200
committerakanass <akanass@icloud.com>2021-04-15 19:26:25 +0200
commit02cd6acf8916eda163b2906c8fe08f6baf50f491 (patch)
tree59004cadc99195822b1aae6db133a581651810cb
parentaa3723320e0db36f71d317854f86ab1b2b5eb460 (diff)
change package.json to have new `main:es2018` entry
-rw-r--r--packages/browser/package.json2
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",