Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0469fe0

Browse files
committed
chore(release): publish 1.10.0
1 parent aa60035 commit 0469fe0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cncjs",
3-
"version": "1.9.27",
3+
"version": "1.10.0",
44
"description": "A web-based interface for CNC milling controller running Grbl, Marlin, Smoothieware, or TinyG",
55
"homepage": "https://github.com/cncjs/cncjs",
66
"author": "Cheton Wu <[email protected]>",

src/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cncjs-app",
3-
"version": "1.9.27",
3+
"version": "1.10.0",
44
"productName": "CNCjs",
55
"description": "CNC Milling Controller",
66
"homepage": "https://github.com/cncjs/cncjs",
@@ -12,7 +12,6 @@
1212
},
1313
"main": "main.js",
1414
"dependencies": {
15-
"@babel/polyfill": "~7.4.3",
1615
"@babel/runtime": "~7.4.3",
1716
"@serialport/parser-readline": "^10.0.0",
1817
"bcrypt-nodejs": "0.0.3",

0 commit comments

Comments
 (0)