Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasidorchik committed Jan 11, 2020
1 parent e375c0e commit 4a753af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Gatsby’s default starter X
</h1>

Kick off your project with this extended boilerplate. This starter ships with the main Gatsby configuration, Typescript and SCSS. Also you won't be puzzled with clean consistent code because Husky library beautifies bad commits by using Prettier and CSScomb.
Kick off your project with this extended boilerplate. This starter ships with the main Gatsby configuration, Typescript and SCSS. Also you won't be puzzled with clean consistent code because Husky library beautifies bad commits by using Prettier and Stylelint.

## 🚀 Quick start

Expand Down
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
siteMetadata: {
title: `Gatsby Default Starter X`,
description: `Kick off your project with this extended boilerplate. This starter ships with the main Gatsby configuration, Typescript and SCSS. Also you won’t be puzzled with clean consistent code because Husky library beautifies bad commits by using Prettier and CSScomb.`,
description: `Kick off your project with this extended boilerplate. This starter ships with the main Gatsby configuration, Typescript and SCSS. Also you won’t be puzzled with clean consistent code because Husky library beautifies bad commits by using Prettier and Stylelint.`,
author: `@ilyasidorchik`,
},
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gatsby-starter-default-x",
"private": true,
"description": "An extended starter to get up and developing quickly with Gatsby",
"version": "1.0",
"version": "2.0",
"author": "Ilya Sidorchik <ilya@sidorchik.ru>",
"dependencies": {
"@babel/core": "^7.7.7",
Expand Down

0 comments on commit 4a753af

Please sign in to comment.