Skip to content

Commit db96fe8

Browse files
committed
build: use base64 as name of package for building ESM
1 parent 5976675 commit db96fe8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"keywords": [
77
"base64",
88
"URL-safe",
9+
"atob",
10+
"btoa",
911
"browser",
1012
"Node.js",
1113
"rfc4648",
@@ -21,8 +23,8 @@
2123
"node": ">=10.4.0"
2224
},
2325
"bin": {},
24-
"browser": "./dist/index.esm.js",
25-
"es2015": "./dist/index.esm.js",
26+
"browser": "./dist/base64.esm.js",
27+
"es2015": "./dist/base64.esm.js",
2628
"main": "./dist/index.cjs.js",
2729
"module": "./dist/index.js",
2830
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)