Skip to content

Commit 3ee7397

Browse files
committed
Change version to v4.0.0 and update README.md
1 parent 8b6d1cf commit 3ee7397

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: packages/react-scripts/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ which version of `react-scripts` this fork is built from.
1919

2020
## Differences to `react-scripts`
2121

22-
- Use [CSS Modules](https://github.com/css-modules/css-modules) on every css file
23-
- Use [postcss-preset-env](https://github.com/csstools/postcss-preset-env)
22+
- Use [postcss-preset-env](https://github.com/csstools/postcss-preset-env) with live CSS Custom Properties.
2423
- Use [postcss-import](https://github.com/postcss/postcss-import)
2524
- Use [postcss-apply](https://github.com/pascalduez/postcss-apply)
2625
- Build an UMD module in production mode to support server side rendering
@@ -52,7 +51,7 @@ To update the fork to use a new version of the upstream repository:
5251

5352
### Making changes and testing
5453

55-
To test your local changes, link the local repository to the application:
54+
To test your local changes, use [Verdaccio](https://verdaccio.org/en/) or link the local repository to the application:
5655

5756
1. In the `create-react-app/packages/react-scripts` directory, install
5857
dependencies and make a link of the package:

Diff for: packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sharetribe-scripts",
3-
"version": "4.0.0-beta",
3+
"version": "4.0.0",
44
"description": "Fork of facebookincubator/[email protected] with some additional features.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)