Skip to content

Commit 9ce5971

Browse files
authored
chore(starters): Remove unnecessary main keys from package.json (#34942)
1 parent 35a6d9c commit 9ce5971

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

starters/blog/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"gatsby"
4141
],
4242
"license": "0BSD",
43-
"main": "n/a",
4443
"repository": {
4544
"type": "git",
4645
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"

starters/gatsby-starter-theme-workspace/example/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "example",
33
"version": "1.0.0",
4-
"main": "index.js",
54
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
65
"license": "MIT",
76
"scripts": {

starters/gatsby-starter-theme-workspace/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "gatsby-starter-theme-workspace",
33
"private": true,
44
"version": "0.0.1",
5-
"main": "index.js",
65
"license": "0BSD",
76
"scripts": {
87
"build": "yarn workspace example build"

starters/gatsby-starter-wordpress-blog/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"gatsby"
3535
],
3636
"license": "0BSD",
37-
"main": "n/a",
3837
"repository": {
3938
"type": "git",
4039
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"

0 commit comments

Comments
 (0)