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