File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,9 @@ extend react scripts configuration easily.
6
6
7
7
A lot of this implementation inspiration is taken from
8
8
https://github.com/timarney/react-app-rewired/
9
+
10
+ ## Installation guidelines
11
+
12
+ ```
13
+ npm i git+ssh://[email protected] /withvoid/react-scripts-extend.git --save;
14
+ ```
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " utility library to extend react-scripts configuration" ,
5
5
"main" : " bin/index.js" ,
6
+ "files" : [
7
+ " bin" ,
8
+ " scripts" ,
9
+ " LICENSE" ,
10
+ " README.md"
11
+ ],
6
12
"bin" : {
7
- "react-scripts-extend" : " index.js"
13
+ "react-scripts-extend" : " ./bin/ index.js"
8
14
},
9
15
"scripts" : {
10
16
"test" : " echo \" Error: no test specified\" && exit 1"
You can’t perform that action at this time.
0 commit comments