Skip to content

Commit 3dd8306

Browse files
Target older EcmaScript version
to make it work out of the box in other codebase
1 parent 475d830 commit 3dd8306

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xolvio/graphql-verification",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"type": "module",
55
"license": "MIT",
66
"scripts": {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"incremental": true,
4-
"target": "es2022",
4+
"target": "es2019",
55
"module": "es2022",
66
"lib": ["ESNext"],
77
"allowJs": true,

tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)