Bumped version number to 1.1.0

This commit is contained in:
David Carley
2022-09-09 03:22:16 +00:00
parent cc151b5f82
commit b4b95f916b
2 changed files with 2349 additions and 313 deletions

2657
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +1,13 @@
{ {
"name": "bbctrl", "name": "bbctrl",
"version": "1.0.10b18", "version": "1.1.0",
"homepage": "https://onefinitycnc.com/", "homepage": "https://onefinitycnc.com/",
"repository": "https://github.com/OneFinityCNC/onefinity", "repository": "https://github.com/OneFinityCNC/onefinity",
"license": "GPL-3.0+", "license": "GPL-3.0+",
"scripts": { "scripts": {
"postinstall": "cd src/svelte-components && npm i" "postinstall": "cd src/svelte-components && npm i"
}, },
"dependencies": { "devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.36.1", "@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1", "@typescript-eslint/parser": "^5.36.1",
"browserify": "^17.0.0", "browserify": "^17.0.0",
@@ -17,6 +17,7 @@
"eslint-plugin-n": "^15.2.5", "eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.1", "eslint-plugin-promise": "^6.0.1",
"glob": "^8.0.3", "glob": "^8.0.3",
"inquirer": "^8.2.4",
"jshint": "^2.13.4", "jshint": "^2.13.4",
"jstransformer-escape-html": "^1.1.0", "jstransformer-escape-html": "^1.1.0",
"jstransformer-scss": "^2.0.0", "jstransformer-scss": "^2.0.0",