Skip to content

Commit

Permalink
chore: run npm pkg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed Dec 1, 2023
1 parent 13ccb0c commit 5dc3148
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"homepage": "https://compasjs.com",
"repository": {
"type": "git",
"url": "https://github.com/compasjs/compas.git"
"url": "git+https://github.com/compasjs/compas.git"
},
"prettier": "@compas/eslint-plugin/prettierrc",
"workspaces": [
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/package.json
Expand Up @@ -18,7 +18,6 @@
"keywords": [
"compas",
"cli",
"scripts",
"lint",
"test",
"help",
Expand Down Expand Up @@ -49,7 +48,7 @@
"homepage": "https://compasjs.com",
"repository": {
"type": "git",
"url": "https://github.com/compasjs/compas.git",
"url": "git+https://github.com/compasjs/compas.git",
"directory": "packages/cli"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/code-gen/package.json
Expand Up @@ -37,7 +37,7 @@
"homepage": "https://compasjs.com",
"repository": {
"type": "git",
"url": "https://github.com/compasjs/compas.git",
"url": "git+https://github.com/compasjs/compas.git",
"directory": "packages/code-gen"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-compas/package.json
Expand Up @@ -26,7 +26,7 @@
"homepage": "https://compasjs.com",
"repository": {
"type": "git",
"url": "https://github.com/compasjs/compas.git",
"url": "git+https://github.com/compasjs/compas.git",
"directory": "packages/create-compas"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://compasjs.com",
"repository": {
"type": "git",
"url": "https://github.com/compasjs/compas.git",
"url": "git+https://github.com/compasjs/compas.git",
"directory": "packages/eslint-plugin"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -43,7 +43,7 @@
"homepage": "https://compasjs.com",
"repository": {
"type": "git",
"url": "https://github.com/compasjs/compas.git",
"url": "git+https://github.com/compasjs/compas.git",
"directory": "packages/server"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stdlib/package.json
Expand Up @@ -39,7 +39,7 @@
"homepage": "https://compasjs.com",
"repository": {
"type": "git",
"url": "https://github.com/compasjs/compas.git",
"url": "git+https://github.com/compasjs/compas.git",
"directory": "packages/stdlib"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Expand Up @@ -46,7 +46,7 @@
"homepage": "https://compasjs.com",
"repository": {
"type": "git",
"url": "https://github.com/compasjs/compas.git",
"url": "git+https://github.com/compasjs/compas.git",
"directory": "packages/store"
},
"publishConfig": {
Expand Down

0 comments on commit 5dc3148

Please sign in to comment.