Wipe compiler step
This commit is contained in:
parent
101368f404
commit
6d624c00c7
1 changed files with 1 additions and 7 deletions
|
@ -4,9 +4,7 @@
|
||||||
"description": "LFS helpers for Isomorphic Git (Node only)",
|
"description": "LFS helpers for Isomorphic Git (Node only)",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "git@github.com:riboseinc/isogit-lfs.git",
|
"repository": "git@github.com:riboseinc/isogit-lfs.git",
|
||||||
"scripts": {
|
"scripts": {},
|
||||||
"build": "rm -r compiled dist; mkdir compiled dist; tsc --outDir compiled; babel compiled --out-dir dist; cp README.adoc package.json dist/; rsync -a --include '*/' --include '*.d.ts' --include '*.js.map' --exclude '*' compiled/ dist/"
|
|
||||||
},
|
|
||||||
"files": [
|
"files": [
|
||||||
"README.adoc",
|
"README.adoc",
|
||||||
"*.js",
|
"*.js",
|
||||||
|
@ -26,10 +24,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@aws-crypto/sha256-universal": "^2.0.0",
|
"@aws-crypto/sha256-universal": "^2.0.0",
|
||||||
"@babel/cli": "^7.1.5",
|
|
||||||
"@babel/core": "^7.4.0",
|
|
||||||
"@babel/preset-env": "^7.4.2",
|
|
||||||
"@types/node": "^16.11.7",
|
|
||||||
"isomorphic-git": "^1.7.8",
|
"isomorphic-git": "^1.7.8",
|
||||||
"typescript": "^4.4.2"
|
"typescript": "^4.4.2"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue