Twenty Twenty: Update theme information in the package.json file.

This removes references to the archived Git repository and updates the URLs to point to the theme's WordPress.org Theme Directory URL and Trac.

Props arkrs, desrosj, mukesh27.
Fixes #53196.

git-svn-id: https://develop.svn.wordpress.org/trunk@50924 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-05-18 12:46:01 +00:00
parent 8e498a8314
commit 0900cb8144

View File

@ -9,13 +9,9 @@
"Theme",
"TwentyTwenty"
],
"homepage": "https://github.com/wordpress/twentytwenty#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/wordpress/twentytwenty.git"
},
"homepage": "https://wordpress.org/themes/twentytwenty/",
"bugs": {
"url": "https://github.com/wordpress/twentytwenty/issues"
"url": "https://core.trac.wordpress.org/"
},
"devDependencies": {
"@wordpress/browserslist-config": "^3.0.2",