- Update package json with private repo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "grow-api",
|
||||
"name": "@mifi/grow-api",
|
||||
"version": "0.0.1",
|
||||
"main": "server.js",
|
||||
"author": "mifi (Mike Fitzpatrick)",
|
||||
@@ -44,9 +44,9 @@
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mifi/grow-db": "0.0.1",
|
||||
"crypto": "^1.0.1",
|
||||
"dotenv": "^16.0.3",
|
||||
"grow-db": "file:../grow-db",
|
||||
"http-status-codes": "^2.2.0",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
"koa": "^2.14.1",
|
||||
@@ -63,5 +63,10 @@
|
||||
"passport-google-oauth": "^2.0.0",
|
||||
"passport-jwt": "^4.0.1",
|
||||
"passport-local": "^1.0.0"
|
||||
},
|
||||
"description": "",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.mifi.dev/mifi/grow-api.git"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user