pull/153/head
openbuilds-engineer 2020-08-10 18:29:18 +02:00
rodzic 37f050d042
commit 0bd31b9740
3 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -3,7 +3,7 @@ osx_image: xcode8.3
sudo: false sudo: false
language: node_js language: node_js
node_js: "8" node_js: "12"
env: env:
global: global:

0
electron-builder 100644
Wyświetl plik

Wyświetl plik

@ -1,6 +1,6 @@
{ {
"name": "OpenBuildsCONTROL", "name": "OpenBuildsCONTROL",
"version": "1.0.241", "version": "1.0.242",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"description": "OpenBuildsCONTROL CNC Machine Interface Software", "description": "OpenBuildsCONTROL CNC Machine Interface Software",
"author": "github.com/openbuilds <webmaster@openbuilds.com>", "author": "github.com/openbuilds <webmaster@openbuilds.com>",
@ -25,7 +25,8 @@
"node-abi": "^2.18.0", "node-abi": "^2.18.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"serialport": "^9.0.1", "serialport": "^9.0.1",
"socket.io": "^2.3.0" "socket.io": "^2.3.0",
"jscs-loader": "^0.3.0"
}, },
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {