Compare commits
No commits in common. "be73348c78d8309e85b2ec69cda27db0991f872e" and "dd6c719809c8e2bbbd88bf6262a94ca064477580" have entirely different histories.
be73348c78
...
dd6c719809
2 changed files with 5 additions and 8 deletions
|
@ -1,12 +1,10 @@
|
|||
{
|
||||
"name": "@nulo/isogit-lfs",
|
||||
"version": "0.2.8",
|
||||
"version": "0.2.7",
|
||||
"description": "LFS helpers for Isomorphic Git",
|
||||
"main": "dist/index.js",
|
||||
"main": "src/index.ts",
|
||||
"repository": "git@github.com:riboseinc/isogit-lfs.git",
|
||||
"scripts": {
|
||||
"prepublish": "tsc"
|
||||
},
|
||||
"scripts": {},
|
||||
"author": {
|
||||
"name": "Ribose Inc.",
|
||||
"email": "open.source@ribose.com"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"moduleResolution": "node",
|
||||
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noImplicitReturns": true,
|
||||
|
||||
|
@ -16,8 +17,6 @@
|
|||
|
||||
"newLine": "lf",
|
||||
|
||||
"declaration": true,
|
||||
|
||||
"outDir": "dist/"
|
||||
"declaration": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue