Compare commits

..

No commits in common. "be73348c78d8309e85b2ec69cda27db0991f872e" and "dd6c719809c8e2bbbd88bf6262a94ca064477580" have entirely different histories.

2 changed files with 5 additions and 8 deletions

View file

@ -1,12 +1,10 @@
{ {
"name": "@nulo/isogit-lfs", "name": "@nulo/isogit-lfs",
"version": "0.2.8", "version": "0.2.7",
"description": "LFS helpers for Isomorphic Git", "description": "LFS helpers for Isomorphic Git",
"main": "dist/index.js", "main": "src/index.ts",
"repository": "git@github.com:riboseinc/isogit-lfs.git", "repository": "git@github.com:riboseinc/isogit-lfs.git",
"scripts": { "scripts": {},
"prepublish": "tsc"
},
"author": { "author": {
"name": "Ribose Inc.", "name": "Ribose Inc.",
"email": "open.source@ribose.com" "email": "open.source@ribose.com"

View file

@ -5,6 +5,7 @@
"moduleResolution": "node", "moduleResolution": "node",
"strict": true, "strict": true,
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
"noImplicitReturns": true, "noImplicitReturns": true,
@ -16,8 +17,6 @@
"newLine": "lf", "newLine": "lf",
"declaration": true, "declaration": true
"outDir": "dist/"
} }
} }