chore: normalize

This commit is contained in:
cha0s 2024-01-23 21:18:09 -06:00
parent 74d04c35a6
commit 93b6d76ccf
22 changed files with 22 additions and 22 deletions

View File

@ -4,7 +4,7 @@
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git"
"url": "git+https://github.com/cha0s/flecks.git"
},
"scripts": {
"build": "lerna run build",

View File

@ -2,7 +2,7 @@
"name": "@flecks/core",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/core"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/create-app",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/create-app"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/create-fleck",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/create-fleck"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/db",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/db"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/docker",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/docker"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/dox",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/dox"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/electron",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/electron"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/fleck",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/fleck"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/governor",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/governor"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/passport-local-react",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/passport-local-react"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/passport-local",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/passport-local"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/passport-react",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/passport-react"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/passport",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/passport"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/react",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/react"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/redis",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/redis"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/redux",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/redux"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/repl",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/repl"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/server",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/server"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/session",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/session"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/socket",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/socket"
},
"publishConfig": {

View File

@ -2,7 +2,7 @@
"name": "@flecks/web",
"repository": {
"type": "git",
"url": "https://github.com/cha0s/flecks.git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/web"
},
"publishConfig": {