A bit of build and installer cleanup.

This commit is contained in:
David Carley
2022-09-14 02:58:24 +00:00
parent f76fc064fd
commit 23abeb9e84
9 changed files with 99 additions and 189 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bbctrl",
"version": "1.1.1b5",
"name": "onefinity",
"version": "1.1.1-beta.6",
"homepage": "https://onefinitycnc.com/",
"repository": "https://github.com/OneFinityCNC/onefinity",
"license": "GPL-3.0+",
@@ -26,6 +26,7 @@
"jstransformer-stylus": "^1.5.0",
"lodash.merge": "4.6.2",
"node-fetch": "^2.6.7",
"pug-cli": "^1.0.0-alpha6"
"pug-cli": "^1.0.0-alpha6",
"semver": "^7.3.7"
}
}
}