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, "private": true,
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/cha0s/flecks.git" "url": "git+https://github.com/cha0s/flecks.git"
}, },
"scripts": { "scripts": {
"build": "lerna run build", "build": "lerna run build",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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