Skip to content

Commit 776dc1d

Browse files
DSchaupieh
authored andcommitted
chore(starters): unify npm scripts in starters (#11285)
1 parent 7bb9955 commit 776dc1d

File tree

29 files changed

+231
-459
lines changed

29 files changed

+231
-459
lines changed

starters/README-template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ A quick look at the top-level files and directories you'll see in a Gatsby proje
4747
├── node_modules
4848
├── src
4949
├── .gitignore
50-
├── .prettierrc
5150
├── gatsby-browser.js
5251
├── gatsby-config.js
5352
├── gatsby-node.js

starters/blog/.eslintrc.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

starters/blog/.prettierrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

starters/blog/.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

starters/blog/content/blog/hello-world/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Hello World
3-
date: '2015-05-01T22:12:03.284Z'
3+
date: "2015-05-01T22:12:03.284Z"
44
---
55

66
This is my first post on my new fake blog! How exciting!

starters/blog/content/blog/hi-folks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: New Beginnings
3-
date: '2015-05-28T22:40:32.169Z'
3+
date: "2015-05-28T22:40:32.169Z"
44
---
55

66
Far far away, behind the word mountains, far from the countries Vokalia and

starters/blog/content/blog/my-second-post/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: My Second Post!
3-
date: '2015-05-06T23:46:37.121Z'
3+
date: "2015-05-06T23:46:37.121Z"
44
---
55

66
Wow! I love blogging so much already.

starters/blog/gatsby-browser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// custom typefaces
2-
import 'typeface-montserrat'
3-
import 'typeface-merriweather'
2+
import "typeface-montserrat"
3+
import "typeface-merriweather"

0 commit comments

Comments
 (0)