diff --git a/apps/cli-playground/package.json b/apps/cli-playground/package.json index 20b19fdf..6b327e06 100644 --- a/apps/cli-playground/package.json +++ b/apps/cli-playground/package.json @@ -1,5 +1,6 @@ { "name": "cli-playground", + "version": "0.0.0", "description": "Playground for playtesting create-eslint-config.", "private": true, "type": "module", diff --git a/apps/config-validation-playground/package.json b/apps/config-validation-playground/package.json index 49df50a6..b60774a3 100644 --- a/apps/config-validation-playground/package.json +++ b/apps/config-validation-playground/package.json @@ -1,5 +1,6 @@ { "name": "config-validation-playground", + "version": "0.0.0", "description": "Playground for validating eslint-config-sheriff.", "private": true, "type": "module", diff --git a/apps/docs-website/package.json b/apps/docs-website/package.json index d77ebd2a..183b815e 100644 --- a/apps/docs-website/package.json +++ b/apps/docs-website/package.json @@ -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": [ diff --git a/packages/eslint-config-sheriff/package.json b/packages/eslint-config-sheriff/package.json index d24bcc3f..b93fe441 100644 --- a/packages/eslint-config-sheriff/package.json +++ b/packages/eslint-config-sheriff/package.json @@ -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": [ diff --git a/packages/sheriff-cli/package.json b/packages/sheriff-cli/package.json index c26af6ec..060bfa7b 100644 --- a/packages/sheriff-cli/package.json +++ b/packages/sheriff-cli/package.json @@ -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:*", @@ -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": { diff --git a/packages/sheriff-constants/package.json b/packages/sheriff-constants/package.json index 8b9b428b..15024c61 100644 --- a/packages/sheriff-constants/package.json +++ b/packages/sheriff-constants/package.json @@ -1,6 +1,6 @@ { "name": "@sherifforg/constants", - "description": "Sheriff constants & variables.", + "description": "Sheriff constants.", "version": "0.0.4", "private": true, "type": "module", diff --git a/packages/sheriff-types/package.json b/packages/sheriff-types/package.json index 772ebcc4..6b4afa87 100644 --- a/packages/sheriff-types/package.json +++ b/packages/sheriff-types/package.json @@ -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": {