Skip to content

Commit

Permalink
chore: npm pkg fix
Browse files Browse the repository at this point in the history
Follow js conventions.
Fixes some publint infos.
  • Loading branch information
lishaduck committed Aug 24, 2024
1 parent b49b820 commit 134efe4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions apps/cli-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "cli-playground",
"version": "0.0.0",
"description": "Playground for playtesting create-eslint-config.",
"private": true,
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions apps/config-validation-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "config-validation-playground",
"version": "0.0.0",
"description": "Playground for validating eslint-config-sheriff.",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/AndreaPontrandolfo/sheriff.git",
"url": "git+https://github.com/AndreaPontrandolfo/sheriff.git",
"directory": "apps/docs-website"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/create-sheriff-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"yargs": "^17.7.2"
},
"bin": {
"create-sheriff-config": "./dist/index.js"
"create-sheriff-config": "dist/index.js"
},
"devDependencies": {
"@sherifforg/constants": "workspace:*",
Expand All @@ -43,7 +43,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/AndreaPontrandolfo/sheriff.git",
"url": "git+https://github.com/AndreaPontrandolfo/sheriff.git",
"directory": "packages/create-sheriff-config"
},
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-sheriff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/AndreaPontrandolfo/sheriff.git",
"url": "git+https://github.com/AndreaPontrandolfo/sheriff.git",
"directory": "packages/eslint-config-sheriff"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sherifforg/constants",
"description": "Sheriff constants & variables.",
"description": "Sheriff constants.",
"version": "0.0.4",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/AndreaPontrandolfo/sheriff.git",
"url": "git+https://github.com/AndreaPontrandolfo/sheriff.git",
"directory": "packages/sheriff-types"
},
"author": {
Expand Down

0 comments on commit 134efe4

Please sign in to comment.