Skip to content

Commit 039de4b

Browse files
committed
Updat'd Readme, rem'd unnecess pkgs package.json
1 parent 93cba85 commit 039de4b

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ The CLI currently has these packages available for installation:
8787

8888
Test:
8989

90-
```sh
91-
npm run test or yarn test
92-
```
90+
```sh
91+
npm run test or yarn test
92+
```
9393

9494
Test coverage:
9595

@@ -148,6 +148,15 @@ We are continuously working on improving the CLI. But, as of this current stable
148148

149149
Are you interested in hanging out, contributing to our open-source repos and be a part of a good community? We would love for you to join us on our [Discord](http://discord.gg/MSTQKRE).
150150

151+
## Authors
152+
153+
- [@shreyas1307](https://github.com/shreyas1307) - Creator and Maintainer
154+
- [@endormi](https://github.com/endormi) - Maintainer
155+
- [@munsterberg](https://github.com/Munsterberg) - Contributor
156+
- [@natedeploys](https://github.com/Natedeploys) - Contributor
157+
- [@kruzus](https://github.com/kruzus) - Contributor
158+
- [@jgiamanco](https://github.com/jgiamanco) - Contributor
159+
151160
## License
152161

153162
The source code is released under the [GPL-3.0 License](https://github.com/devisle/advanced-react-cli/blob/master/LICENSE).

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
"clui": "^0.3.6",
4949
"figlet": "^1.2.3",
5050
"inquirer": "^6.4.1",
51-
"ora": "^4.0.2",
52-
"typescript": "^3.7.2"
51+
"ora": "^4.0.2"
5352
},
5453
"repository": {
5554
"type": "git",

0 commit comments

Comments
 (0)