From 30b2482ed53a2f37a180e5d2f987d299658a66e0 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 16 May 2023 19:56:12 -0300 Subject: [PATCH] 0.3.1 - compilar para webpack4 --- package.json | 2 +- tsconfig.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3aa2e96..b27c7ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nulo/isogit-lfs", - "version": "0.3.0", + "version": "0.3.1", "description": "LFS helpers for Isomorphic Git", "main": "dist/index.js", "repository": "git@github.com:riboseinc/isogit-lfs.git", diff --git a/tsconfig.json b/tsconfig.json index c1411a4..2914ca5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { - "target": "es2020", + "target": "es2015", + "lib": ["es2020", "DOM"], "module": "esnext", "moduleResolution": "node",