Start at version 2.0.0

Due to adopting previous package from npmjs that already had version 1.0.0, we cannot publish to it so we are gonna start at version 2.0.0
This commit is contained in:
Jonatan Nilsson 2020-09-13 04:47:30 +00:00
parent 5e837daa30
commit de9efb999f

View file

@ -1,6 +1,6 @@
{
"name": "service-core",
"version": "1.0.0",
"version": "2.0.0",
"description": "Core boiler plate code to install node server as windows service",
"main": "lib.mjs",
"scripts": {