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 25, 2024
1 parent bea63a3 commit bda3207
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 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
2 changes: 1 addition & 1 deletion packages/eslint-config-sheriff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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
6 changes: 3 additions & 3 deletions packages/sheriff-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"yargs": "^17.7.2"
},
"bin": {
"create-sheriff-config": "./dist/index.js",
"sheriff": "./dist/index.js"
"create-sheriff-config": "dist/index.js",
"sheriff": "dist/index.js"
},
"devDependencies": {
"@sherifforg/constants": "workspace:*",
Expand All @@ -44,7 +44,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/AndreaPontrandolfo/sheriff.git",
"url": "git+https://github.com/AndreaPontrandolfo/sheriff.git",
"directory": "packages/sheriff-cli"
},
"author": {
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 @@ -29,7 +29,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 bda3207

Please sign in to comment.