remove lodash
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master v3.0.0-beta.5
Jonatan Nilsson 2022-03-10 12:34:54 +00:00
parent 25cac907be
commit 4024f1269a
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"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",
"main": "index.mjs",
"scripts": {
@ -48,7 +48,6 @@
],
"dependencies": {
"bunyan-lite": "^1.0.1",
"lodash": "^4.17.20",
"lowdb": "^3.0.0"
},
"devDependencies": {