package: Update dependencies and version
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
73e9be2ff0
commit
1f70f36e8d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "service-core",
|
||||
"version": "3.0.0-beta.6",
|
||||
"version": "3.0.0-beta.7",
|
||||
"description": "Core boiler plate code to install node server as windows service",
|
||||
"main": "index.mjs",
|
||||
"scripts": {
|
||||
|
@ -47,7 +47,7 @@
|
|||
"bin"
|
||||
],
|
||||
"dependencies": {
|
||||
"bunyan-lite": "^1.0.1",
|
||||
"bunyan-lite": "^1.2.0",
|
||||
"lowdb": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue