Skip to content

Commit 75f9c78

Browse files
committed
remove unecessary dependencies / edit readme
1 parent 7e5aaf4 commit 75f9c78

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The poject uses **Jest** for testing.
108108

109109
Clone the Github repo. first. Install the dependencies then run `npm test`
110110

111-
```
111+
```bash
112112
$ git clone https://github.com/algo7/express-suite.git
113113
$ cd express-suite
114114
$ npm i

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
"devDependencies": {
2525
"axios": "^0.19.2",
2626
"express": "^4.17.1",
27-
"jest": "^26.0.1"
28-
},
29-
"dependencies": {
27+
"jest": "^26.0.1",
3028
"body-parser": "^1.19.0"
3129
}
32-
}
30+
}

0 commit comments

Comments
 (0)