Skip to content

Commit 0b485c8

Browse files
committed
Update gcode-parser to v0.5.0
1 parent 2426ff6 commit 0b485c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gcode-interpreter",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "A G-code interpreter for Node.js",
55
"author": "Cheton Wu <cheton@gmail.com>",
66
"homepage": "https://github.com/cheton/gcode-interpreter",
@@ -24,7 +24,7 @@
2424
},
2525
"main": "dist/index.js",
2626
"dependencies": {
27-
"gcode-parser": "^0.2.0",
27+
"gcode-parser": "^0.5.0",
2828
"lodash": "^3.10.1"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)