Skip to content

Commit f7f089c

Browse files
committed
Compile to es2015 instead of es2018
1 parent 5e5eeed commit f7f089c

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.0",
3+
"version": "6.2.1",
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": "ES2018",
5+
"target": "ES2015",
66
"module": "ESNext",
77
"declaration": true,
88
"moduleResolution": "node",

0 commit comments

Comments
 (0)