From 5d7c6c5356772a0bbaface9c69de2d561f37b04c Mon Sep 17 00:00:00 2001 From: Vicente Canales <1157901+vcanales@users.noreply.github.com> Date: Mon, 17 Jul 2023 09:10:14 -0400 Subject: [PATCH] Update wp-now package json repository url (#89) ## What? Sets the Repo URL to point to this repository instead of https://github.com/WordPress/wordpress-playground, where it was previously hosted. ## Why? Currently, the [npm page for the wp-now](https://www.npmjs.com/package/@wp-now/wp-now) points to the previous repository URL, making it harder to reach the codebase from there. ## Testing Instructions When published, the GitHub repository link in the npm.org page for wp-now should point to this current repo (https://github.com/WordPress/playground-tools) --- packages/vscode-extension/package.json | 2 +- packages/wp-now/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 3ec06602..7d42589c 100644 --- a/packages/vscode-extension/package.json +++ b/packages/vscode-extension/package.json @@ -7,7 +7,7 @@ "version": "0.1.55", "repository": { "type": "git", - "url": "https://github.com/WordPress/wordpress-playground" + "url": "https://github.com/WordPress/playground-tools" }, "icon": "public/icon.png", "engines": { diff --git a/packages/wp-now/package.json b/packages/wp-now/package.json index 18a235a0..3a646010 100644 --- a/packages/wp-now/package.json +++ b/packages/wp-now/package.json @@ -4,7 +4,7 @@ "description": "WordPress Playground CLI", "repository": { "type": "git", - "url": "https://github.com/WordPress/wordpress-playground" + "url": "https://github.com/WordPress/playground-tools" }, "homepage": "https://developer.wordpress.org/playground", "author": "The WordPress contributors",