Skip to content

Commit cf58976

Browse files
committed
Update dependencies
* deps: gcode-interpreter@^1.2.0
1 parent e4bcbf3 commit cf58976

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "gcode-toolpath",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "G-code Toolpath Generator",
55
"author": "Cheton Wu <cheton@gmail.com>",
6-
"homepage": "https://github.com/cheton/gcode-toolpath",
6+
"homepage": "https://github.com/cncjs/gcode-toolpath",
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "git@github.com:cheton/gcode-toolpath.git"
10+
"url": "git@github.com:cncjs/gcode-toolpath.git"
1111
},
1212
"engines": {
13-
"node": ">=0.10.x"
13+
"node": ">=4"
1414
},
1515
"keywords": [
1616
"cnc",
@@ -26,18 +26,18 @@
2626
},
2727
"main": "lib/index.js",
2828
"dependencies": {
29-
"gcode-interpreter": "^1.1.1"
29+
"gcode-interpreter": "^1.2.0"
3030
},
3131
"devDependencies": {
32-
"babel-core": "^6.21.0",
33-
"babel-preset-es2015": "^6.18.0",
34-
"babel-preset-stage-0": "^6.16.0",
32+
"babel-core": "^6.26.0",
33+
"babel-preset-es2015": "^6.24.1",
34+
"babel-preset-stage-0": "^6.24.1",
3535
"chai": "^3.5.0",
36-
"coveralls": "^2.11.15",
36+
"coveralls": "^2.13.2",
3737
"gulp": "^3.9.1",
38-
"gulp-babel": "^6.1.2",
39-
"gulp-istanbul": "^1.1.1",
40-
"gulp-mocha": "^3.0.1",
41-
"mocha": "^3.2.0"
38+
"gulp-babel": "^7.0.0",
39+
"gulp-istanbul": "^1.1.2",
40+
"gulp-mocha": "^4.3.1",
41+
"mocha": "^3.5.3"
4242
}
4343
}

0 commit comments

Comments
 (0)