Skip to content

Commit

Permalink
fix: move dev-ped to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperBry committed Feb 16, 2023
1 parent af06a2a commit 8b27d23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a cleand version of the official typescript template form CRA. This temp
## Usage

```bash
$ npx create-react-app [name of app/location] --template ts-clean
npx create-react-app [name of app/location] --template ts-clean
```

## Project structure
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-ts-clean",
"version": "1.0.2",
"version": "1.0.3",
"keywords": [
"react",
"create-react-app",
Expand Down
12 changes: 6 additions & 6 deletions template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"package": {
"dependencies": {
"web-vitals": "^2.1.0"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
Expand All @@ -9,12 +15,6 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
},
"devDependencies": {
"tslint": "^6.1.3",
"tslint-react-hooks": "^2.2.2"
}
Expand Down

0 comments on commit 8b27d23

Please sign in to comment.