8000 7.1S install moment solution · coderoad/fcc-learn-npm@506f466 · GitHub
[go: up one dir, main page]

Skip to content

Commit 506f466

Browse files
committed
7.1S install moment solution
1 parent c3a72a3 commit 506f466

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"start": "node server.js"
1010
},
1111
"dependencies": {
12-
"express": "^4.17.0"
12+
"express": "^4.17.0",
13+
"moment": "^2.24.0"
1314
},
1415
"author": "Your Name <your@email.com>",
1516
"description": "A description of the project",

0 commit comments

Comments
 (0)
0