Skip to content

Commit

Permalink
Update wp-now package json repository url (#89)
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
vcanales authored Jul 17, 2023
1 parent 8d553b9 commit 5d7c6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wp-now/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5d7c6c5

Please sign in to comment.