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 b82fbb1 commit 2426ff6Copy full SHA for 2426ff6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gcode-interpreter",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "A G-code interpreter for Node.js",
5
"author": "Cheton Wu <cheton@gmail.com>",
6
"homepage": "https://github.com/cheton/gcode-interpreter",
@@ -28,11 +28,9 @@
28
"lodash": "^3.10.1"
29
},
30
"devDependencies": {
31
- "babel": "^6.1.18",
32
- "babel-core": "^6.2.1",
+ "babel-core": "^6.3.15",
33
"babel-preset-es2015": "^6.1.18",
34
"babel-preset-stage-0": "^6.1.18",
35
- "babel-runtime": "^6.2.0",
36
"chai": "^3.4.1",
37
"coveralls": "^2.11.4",
38
"gulp": "^3.9.0",
0 commit comments