Skip to content

Commit b2b73ef

Browse files
Added LoDash
1 parent 65043e0 commit b2b73ef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A fully fledged blog application",
55
"main": "index.js",
66
"scripts": {
7-
"start":"nodemon index.js"
7+
"start": "nodemon index.js"
88
},
99
"repository": {
1010
"type": "git",
@@ -26,6 +26,7 @@
2626
"dotenv": "^8.2.0",
2727
"ejs": "^3.0.2",
2828
"express": "^4.17.1",
29+
"lodash": "^4.17.15",
2930
"nodemon": "^2.0.3"
3031
}
3132
}

0 commit comments

Comments
 (0)