Skip to content

Commit d7ea4cc

Browse files
committed
essential metadata
1 parent b1735c5 commit d7ea4cc

File tree

6 files changed

+20
-111
lines changed

6 files changed

+20
-111
lines changed

.prettierrc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2+
"printWidth": 120,
23
"endOfLine": "lf",
34
"semi": false,
45
"singleQuote": false,
5-
"tabWidth": 2,
6-
"trailingComma": "es5"
6+
"tabWidth": 4,
7+
"trailingComma": "all"
78
}

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 gatsbyjs
3+
Copyright (c) 2019 frantic1048
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

-97
This file was deleted.

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
------------------------------
2+
Restia
3+
------------------------------
4+
5+
That boy's loved, precious, and beautiful one -- stays here.

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "gatsby-starter-hello-world",
2+
"name": "@frantic1048/restia",
33
"private": true,
4-
"description": "A simplified bare-bones starter for Gatsby",
4+
"description": "",
55
"version": "0.1.0",
66
"license": "MIT",
77
"scripts": {
@@ -13,18 +13,18 @@
1313
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
1414
},
1515
"dependencies": {
16-
"gatsby": "^2.13.39",
17-
"react": "^16.8.6",
18-
"react-dom": "^16.8.6"
16+
"gatsby": "2.13.39",
17+
"react": "16.8.6",
18+
"react-dom": "16.8.6"
1919
},
2020
"devDependencies": {
21-
"prettier": "^1.18.2"
21+
"prettier": "1.18.2"
2222
},
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
25+
"url": "https://github.com/frantic1048/Restia"
2626
},
2727
"bugs": {
28-
"url": "https://github.com/gatsbyjs/gatsby/issues"
28+
"url": "https://github.com/frantic1048/Restia/issues"
2929
}
3030
}

0 commit comments

Comments
 (0)