Fix dependencies, not node only
This commit is contained in:
parent
b024114efb
commit
60595207fb
1 changed files with 5 additions and 13 deletions
18
package.json
18
package.json
|
@ -1,29 +1,21 @@
|
||||||
{
|
{
|
||||||
"name": "@nulo/isogit-lfs",
|
"name": "@nulo/isogit-lfs",
|
||||||
"version": "0.1.6",
|
"version": "0.1.6",
|
||||||
"description": "LFS helpers for Isomorphic Git (Node only)",
|
"description": "LFS helpers for Isomorphic Git",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "git@github.com:riboseinc/isogit-lfs.git",
|
"repository": "git@github.com:riboseinc/isogit-lfs.git",
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"files": [
|
|
||||||
"README.adoc",
|
|
||||||
"*.js",
|
|
||||||
"*.js.map",
|
|
||||||
"*.d.ts",
|
|
||||||
"*/**/*.js",
|
|
||||||
"*/**/*.js.map",
|
|
||||||
"*/**/*.d.ts"
|
|
||||||
],
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ribose Inc.",
|
"name": "Ribose Inc.",
|
||||||
"email": "open.source@ribose.com"
|
"email": "open.source@ribose.com"
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@aws-crypto/sha256-universal": "^2.0.2"
|
||||||
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"isomorphic-git": "^1.7.8",
|
"isomorphic-git": "^1.7.8"
|
||||||
"@aws-crypto/sha256-universal": "^2.0.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@aws-crypto/sha256-universal": "^2.0.0",
|
|
||||||
"isomorphic-git": "^1.7.8",
|
"isomorphic-git": "^1.7.8",
|
||||||
"typescript": "^4.4.2"
|
"typescript": "^4.4.2"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue