Skip to content

Commit 40b89c3

Browse files
author
Cheton Wu (RD-TW)
committed
Merge branch 'dev'
2 parents d852c9d + ef5cba9 commit 40b89c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gcode-parser",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A G-code parser for Node.js",
55
"author": "Cheton Wu <[email protected]>",
66
"homepage": "https://github.com/cheton/gcode-parser",
@@ -12,6 +12,10 @@
1212
"engines": {
1313
"node": ">=0.10.x"
1414
},
15+
"keywords": [
16+
"cnc",
17+
"gcode"
18+
],
1519
"scripts": {
1620
"test": "gulp && gulp test",
1721
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --require babel-core/register -R spec",

0 commit comments

Comments
 (0)