Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 59ab83e

Browse files
committed
CC-BY-NC-SA-4.0
1 parent 61836f8 commit 59ab83e

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -309,3 +309,5 @@ Thanks Facebook and the React team!
309309
Did I make an error, use cringey terminology,
310310
misrepresent your favorite library, or miss an important point?
311311
Please open an issue!
312+
313+
[CC-BY-NC-SA-4.0](license)

index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<html>
22
<head>
3-
<title>Closing the loop: why TypeScript and React are a superheroic dynamic duo</title>
3+
<title>
4+
Closing the loop: types + language service = awesome frontend webdev
5+
</title>
46
</head>
57
<body>
68
<div id="root"></div>

license

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This work is licensed under the
2+
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
3+
To view a copy of this license,
4+
visit http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
or send a letter to
6+
Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "react-typescript-closing-the-loop",
33
"version": "2.0.0",
4-
"description": "Closing the loop: why TypeScript and React are a superheroic dynamic duo",
5-
"author": "Ryan Atkinson <[email protected]>",
6-
"license": "MIT",
4+
"description": "types + language service = awesome frontend webdev",
5+
"author": {
6+
"name": "Ryan Atkinson",
7+
"email": "[email protected]",
8+
"url": "https://www.ryanatkn.com"
9+
},
10+
"license": "CC-BY-NC-SA-4.0",
711
"repository": {
812
"type": "git",
913
"url": "https://github.com/ryanatkn/react-typescript-closing-the-loop.git"

0 commit comments

Comments
 (0)