Skip to content

Commit 68360cb

Browse files
authored
Merge pull request #28 from wanadev/fix-lodash
Fix: added missing lodash dependency
2 parents 52a9692 + d9161ae commit 68360cb

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package-lock.json

Lines changed: 5 additions & 7 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"grunt-browserify": "^6.0.0",
3333
"grunt-contrib-jshint": "^3.2.0",
3434
"grunt-shell": "^4.0.0",
35-
"lodash": "^4.17.21",
3635
"mocha": "^10.2.0",
3736
"mocha-headless-chrome": "^4.0.0",
3837
"pm2": "^5.3.0"
3938
},
4039
"dependencies": {
41-
"q": "^1.5.1"
40+
"q": "^1.5.1",
41+
"lodash": "^4.17.21"
4242
},
4343
"enlightme": {
4444
"appName": "Obsidian HTTP Request"

0 commit comments

Comments
 (0)