Compare commits

...

1 commit

Author SHA1 Message Date
Cat /dev/Nulo 30b2482ed5 0.3.1 - compilar para webpack4 2023-05-16 19:56:12 -03:00
2 changed files with 3 additions and 2 deletions

View file

@ -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",

View file

@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "es2020",
"target": "es2015",
"lib": ["es2020", "DOM"],
"module": "esnext",
"moduleResolution": "node",