We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2426ff6 commit 0b485c8Copy full SHA for 0b485c8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gcode-interpreter",
3
- "version": "0.1.3",
+ "version": "0.2.0",
4
"description": "A G-code interpreter for Node.js",
5
"author": "Cheton Wu <cheton@gmail.com>",
6
"homepage": "https://github.com/cheton/gcode-interpreter",
@@ -24,7 +24,7 @@
24
},
25
"main": "dist/index.js",
26
"dependencies": {
27
- "gcode-parser": "^0.2.0",
+ "gcode-parser": "^0.5.0",
28
"lodash": "^3.10.1"
29
30
"devDependencies": {
0 commit comments