Skip to content

Commit 1156905

Browse files
committed
Customize package.json and readme
1 parent b442449 commit 1156905

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# react-scripts
1+
# react-scripts-with-ssr
22

3-
This package includes scripts and configuration used by [Create React App](https://github.com/facebook/create-react-app).<br>
4-
Please refer to its documentation:
5-
6-
- [Getting Started](https://facebook.github.io/create-react-app/docs/getting-started) – How to create a new app.
7-
- [User Guide](https://facebook.github.io/create-react-app/) – How to develop apps bootstrapped with Create React App.
3+
This is a fork of [react-scripts](https://github.com/facebook/create-react-app/tree/master/packages/react-scripts), which adds support for server-side rendering (SSR).
4+
react-scripts is a part of [Create React App](https://github.com/facebook/create-react-app), which can be used with a customized version of react-scripts.

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
2-
"name": "react-scripts",
3-
"version": "2.1.3",
2+
"name": "react-scripts-with-ssr",
3+
"version": "0.1.0",
44
"description": "Configuration and scripts for Create React App.",
5-
"repository": "facebook/create-react-app",
5+
"repository": "joernb/react-scripts-with-ssr",
6+
"author": "Joern Buchwald",
7+
"homepage": "https://github.com/joernb/react-scripts-with-ssr#readme",
68
"license": "MIT",
9+
"keywords": ["react-scripts", "create-react-app", "ssr", "server-side-rendering"],
710
"engines": {
811
"node": ">=6"
912
},
1013
"bugs": {
11-
"url": "https://github.com/facebook/create-react-app/issues"
14+
"url": "https://github.com/joernb/react-scripts-with-ssr/issues"
1215
},
1316
"files": [
1417
"bin",
@@ -20,7 +23,7 @@
2023
"utils"
2124
],
2225
"bin": {
23-
"react-scripts": "./bin/react-scripts.js"
26+
"react-scripts-with-ssr": "./bin/react-scripts.js"
2427
},
2528
"types": "./lib/react-app.d.ts",
2629
"dependencies": {

0 commit comments

Comments
 (0)