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.
2 parents 61ad481 + 069e3df commit ef27727Copy full SHA for ef27727
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gcode-parser",
3
- "version": "0.7.1",
+ "version": "0.7.2",
4
"description": "A G-code parser for Node.js",
5
"author": "Cheton Wu <[email protected]>",
6
"homepage": "https://github.com/cheton/gcode-parser",
@@ -24,7 +24,7 @@
24
"coverage-clean": "rm -rf ./coverage",
25
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
26
},
27
- "main": "dist/index.js",
+ "main": "lib/index.js",
28
"dependencies": {
29
"lodash": "^4.0.0"
30
0 commit comments