package.json: Add service-core dependancy

This commit is contained in:
Jonatan Nilsson 2020-09-13 04:57:45 +00:00
parent 146a957684
commit 6090a6340b

View file

@ -21,6 +21,7 @@
"asbundle": "^2.6.1",
"bunyan-lite": "^1.0.1",
"mithril": "^2.0.4",
"nodemon": "^2.0.4"
"nodemon": "^2.0.4",
"service-core": "^2.0.0"
}
}