Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Oct 8, 2017
1 parent ec9ff8f commit 28ae05f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcode-interpreter",
"version": "1.3.0",
"version": "2.0.0",
"description": "G-code Interpreter",
"author": "Cheton Wu <[email protected]>",
"homepage": "https://github.com/cncjs/gcode-interpreter",
Expand All @@ -25,7 +25,7 @@
},
"main": "lib/index.js",
"dependencies": {
"gcode-parser": "^1.3.0"
"gcode-parser": "^1.3.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand All @@ -37,7 +37,7 @@
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"cross-env": "^5.0.5",
"eslint": "^4.7.2",
"eslint": "^4.8.0",
"eslint-config-trendmicro": "^1.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
Expand Down

0 comments on commit 28ae05f

Please sign in to comment.