We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8702d3 + a2702ec commit f564d58Copy full SHA for f564d58
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gcode-toolpath",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"description": "G-code Toolpath Generator",
5
"author": "Cheton Wu <cheton@gmail.com>",
6
"homepage": "https://github.com/cheton/gcode-toolpath",
@@ -26,7 +26,7 @@
26
},
27
"main": "lib/index.js",
28
"dependencies": {
29
- "gcode-interpreter": "^1.0.0"
+ "gcode-interpreter": "^1.1.0"
30
31
"devDependencies": {
32
"babel-core": "^6.21.0",
0 commit comments