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 840fe9e commit bc83198Copy full SHA for bc83198
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gcode-interpreter",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "A G-code interpreter for Node.js",
5
"author": "Cheton Wu <cheton@gmail.com>",
6
"homepage": "https://github.com/cheton/gcode-interpreter",
@@ -12,6 +12,10 @@
12
"engines": {
13
"node": ">=0.10.x"
14
},
15
+ "keywords": [
16
+ "cnc",
17
+ "gcode"
18
+ ],
19
"scripts": {
20
"test": "gulp && gulp test",
21
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --require babel-core/register -R spec",
0 commit comments