Skip to content

Commit 0ebcb1b

Browse files
committed
update package.json
1 parent 4add31f commit 0ebcb1b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ extend react scripts configuration easily.
66

77
A lot of this implementation inspiration is taken from
88
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+
```

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@
33
"version": "1.0.0",
44
"description": "utility library to extend react-scripts configuration",
55
"main": "bin/index.js",
6+
"files": [
7+
"bin",
8+
"scripts",
9+
"LICENSE",
10+
"README.md"
11+
],
612
"bin": {
7-
"react-scripts-extend": "index.js"
13+
"react-scripts-extend": "./bin/index.js"
814
},
915
"scripts": {
1016
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)