Skip to content

Commit

Permalink
name change
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-TB committed Sep 23, 2020
1 parent c31c00b commit 7bcc09c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## INSTALLATION

```text
npm install -g clean-react-app
npm install -g cra-clean
```

## CREATING A NEW REACT APP
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "clean-react-app",
"name": "cra-clean",
"version": "1.0.0",
"description": "a small library for adding routing features to create-react-app and removing unneccesary files coming with it",
"main": "index.js",
Expand All @@ -14,10 +14,10 @@
"author": "Abhinav",
"license": "ISC",
"dependencies": {
"colors": "^1.1.2",
"colors": "^1.4.0",
"shelljs": "^0.7.8"
},
"bin": {
"clean-react-app": "index.js"
"cra-clean": "index.js"
}
}

0 comments on commit 7bcc09c

Please sign in to comment.