Skip to content

Commit 716f1df

Browse files
committed
update readme
1 parent 2ac5abb commit 716f1df

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# template-react-static
22

3-
> React template for static websites development, powered by [React Static](https://github.com/nozzle/react-static).
3+
> React template for static website development, powered by [React Static](https://github.com/nozzle/react-static).
44
55
## Usage
66

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "template-react-app",
2+
"name": "template-react-static",
33
"version": "0.0.0",
4-
"description": "React template for web app",
4+
"description": "React template for static website",
55
"repository": {
6-
"url": "dwarvesf/template-react-app",
6+
"url": "dwarvesf/template-react-static",
77
"type": "git"
88
},
99
"author": "dwarvesf <gnhuy91@gmail.com> (github.com/dwarvesf)",
@@ -18,11 +18,5 @@
1818
"devDependencies": {
1919
"ava": "^0.21.0",
2020
"sao": "^0.22.1"
21-
},
22-
"dependencies": {
23-
"ejs": "^2.6.1"
24-
},
25-
"resolutions": {
26-
"ejs": "^2.6.1"
2721
}
2822
}

0 commit comments

Comments
 (0)