remove lodash
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded

This commit is contained in:
Jonatan Nilsson 2022-03-10 12:34:54 +00:00
parent 25cac907be
commit 4024f1269a

View file

@ -1,6 +1,6 @@
{ {
"name": "service-core", "name": "service-core",
"version": "3.0.0-beta.4", "version": "3.0.0-beta.5",
"description": "Core boiler plate code to install node server as windows service", "description": "Core boiler plate code to install node server as windows service",
"main": "index.mjs", "main": "index.mjs",
"scripts": { "scripts": {
@ -48,7 +48,6 @@
], ],
"dependencies": { "dependencies": {
"bunyan-lite": "^1.0.1", "bunyan-lite": "^1.0.1",
"lodash": "^4.17.20",
"lowdb": "^3.0.0" "lowdb": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {