Skip to content

Commit 01c7bba

Browse files
committedAug 24, 2021
Compile to es2018 instead of es2015
1 parent f7f089c commit 01c7bba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basho-eval",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"main": "dist/index.js",
55
"type": "module",
66
"types": "dist/index.d.ts",

‎tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"outDir": "./dist",
44
"allowJs": false,
5-
"target": "ES2015",
5+
"target": "ES2018",
66
"module": "ESNext",
77
"declaration": true,
88
"moduleResolution": "node",

0 commit comments

Comments
 (0)
Please sign in to comment.