From 4886a8fb5ce8e343049974c9a210ed4a0d2d4e6e Mon Sep 17 00:00:00 2001 From: fraxken Date: Fri, 1 Dec 2023 16:25:01 +0100 Subject: [PATCH] fix(workspaces): git, bugs & homepage URL --- workspaces/estree-ast-utils/package.json | 6 +++--- workspaces/sec-literal/package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/workspaces/estree-ast-utils/package.json b/workspaces/estree-ast-utils/package.json index 8afe1d1..f82e40d 100644 --- a/workspaces/estree-ast-utils/package.json +++ b/workspaces/estree-ast-utils/package.json @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/NodeSecure/estree-ast-utils.git" + "url": "git+https://github.com/NodeSecure/js-x-ray.git" }, "keywords": [ "estree", @@ -23,9 +23,9 @@ "author": "GENTILHOMME Thomas ", "license": "MIT", "bugs": { - "url": "https://github.com/NodeSecure/estree-ast-utils/issues" + "url": "https://github.com/NodeSecure/js-x-ray/issues" }, - "homepage": "https://github.com/NodeSecure/estree-ast-utils#readme", + "homepage": "https://github.com/NodeSecure/js-x-ray/tree/master/workspaces/estree-ast-utils#readme", "devDependencies": { "estree-walker": "^3.0.2" }, diff --git a/workspaces/sec-literal/package.json b/workspaces/sec-literal/package.json index 53b0995..e84775c 100644 --- a/workspaces/sec-literal/package.json +++ b/workspaces/sec-literal/package.json @@ -12,7 +12,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/NodeSecure/sec-literal.git" + "url": "git+https://github.com/NodeSecure/js-x-ray.git" }, "keywords": [ "security", @@ -27,9 +27,9 @@ "author": "GENTILHOMME Thomas ", "license": "MIT", "bugs": { - "url": "https://github.com/NodeSecure/sec-literal/issues" + "url": "https://github.com/NodeSecure/js-x-ray/issues" }, - "homepage": "https://github.com/NodeSecure/sec-literal#readme", + "homepage": "https://github.com/NodeSecure/js-x-ray/tree/master/workspaces/sec-literal#readme", "dependencies": { "frequency-set": "^1.0.2", "is-base64": "^1.1.0",