Skip to content

Commit e3e520e

Browse files
pclokcerXapphire13
authored andcommitted
added esnext
1 parent d2882f8 commit e3e520e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "dist/cjs/index.js",
66
"module": "./dist/esm5/index.js",
77
"es2015": "./dist/esm2015/index.js",
8+
"esnext": "./dist/esnext/index.js",
89
"typings": "./dist/typings/index.d.ts",
910
"scripts": {
1011
"build": "yarn clean && yarn build:cjs && yarn build:es5 && yarn build:esnext && yarn build:es2015 && yarn build:types",

0 commit comments

Comments
 (0)