-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update peril settings for starters (#36239)
- Loading branch information
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-starter-wordpress-blog", | ||
"private": true, | ||
"description": "A starter for a blog powered by Gatsby and Markdown", | ||
"description": "A starter for a blog powered by Gatsby and WordPress", | ||
"version": "1.0.0", | ||
"author": "Kyle Mathews <[email protected]> and Tyler Barnes <[email protected]>", | ||
"bugs": { | ||
|
@@ -30,14 +30,15 @@ | |
"dumper.js": "^1.3.1", | ||
"prettier": "2.7.1" | ||
}, | ||
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme", | ||
"homepage": "https://github.com/gatsbyjs/gatsby-starter-wordpress-blog#readme", | ||
"keywords": [ | ||
"gatsby" | ||
"gatsby", | ||
"wordpress" | ||
], | ||
"license": "0BSD", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git" | ||
"url": "git+https://github.com/gatsbyjs/gatsby-starter-wordpress-blog.git" | ||
}, | ||
"scripts": { | ||
"build": "gatsby build", | ||
|