0.3.1 - compilar para webpack4
This commit is contained in:
parent
b22f2b5741
commit
30b2482ed5
2 changed files with 3 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2020",
|
||||
"target": "es2015",
|
||||
"lib": ["es2020", "DOM"],
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
|
||||
|
|
Loading…
Reference in a new issue