Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Dec 24, 2017
1 parent 38b3080 commit e03950d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcode-toolpath",
"version": "2.1.0",
"version": "2.2.0",
"description": "G-code Toolpath Generator",
"author": "Cheton Wu <[email protected]>",
"homepage": "https://github.com/cncjs/gcode-toolpath",
Expand All @@ -25,25 +25,25 @@
},
"main": "lib/index.js",
"dependencies": {
"gcode-interpreter": "^2.0.1"
"gcode-interpreter": "^2.0.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-eslint": "^8.0.3",
"babel-plugin-istanbul": "^4.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"cross-env": "^5.0.5",
"eslint": "^4.8.0",
"eslint-config-trendmicro": "^1.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.4.0",
"mocha": "^3.5.3",
"nyc": "^11.2.1"
"cross-env": "^5.1.3",
"eslint": "^4.14.0",
"eslint-config-trendmicro": "^1.2.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"mocha": "^4.0.1",
"nyc": "^11.4.1"
},
"nyc": {
"require": [
Expand Down

0 comments on commit e03950d

Please sign in to comment.