Spaces:
Running
Running
Update package.json
Browse files- package.json +2 -1
package.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
"dependencies": {
|
4 |
"express": "*",
|
5 |
"body-parser": "*",
|
6 |
-
"os": "*"
|
|
|
7 |
}
|
8 |
}
|
|
|
3 |
"dependencies": {
|
4 |
"express": "*",
|
5 |
"body-parser": "*",
|
6 |
+
"os": "*",
|
7 |
+
"morgan": "*"
|
8 |
}
|
9 |
}
|