Skip to content

Commit 7bcc09c

Browse files
committed
name change
1 parent c31c00b commit 7bcc09c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## INSTALLATION
44

55
```text
6-
npm install -g clean-react-app
6+
npm install -g cra-clean
77
```
88

99
## CREATING A NEW REACT APP

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "clean-react-app",
2+
"name": "cra-clean",
33
"version": "1.0.0",
44
"description": "a small library for adding routing features to create-react-app and removing unneccesary files coming with it",
55
"main": "index.js",
@@ -14,10 +14,10 @@
1414
"author": "Abhinav",
1515
"license": "ISC",
1616
"dependencies": {
17-
"colors": "^1.1.2",
17+
"colors": "^1.4.0",
1818
"shelljs": "^0.7.8"
1919
},
2020
"bin": {
21-
"clean-react-app": "index.js"
21+
"cra-clean": "index.js"
2222
}
2323
}

0 commit comments

Comments
 (0)