Skip to content

Commit ef27727

Browse files
committed
Merge branch 'dev'
2 parents 61ad481 + 069e3df commit ef27727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gcode-parser",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "A G-code parser for Node.js",
55
"author": "Cheton Wu <[email protected]>",
66
"homepage": "https://github.com/cheton/gcode-parser",
@@ -24,7 +24,7 @@
2424
"coverage-clean": "rm -rf ./coverage",
2525
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
2626
},
27-
"main": "dist/index.js",
27+
"main": "lib/index.js",
2828
"dependencies": {
2929
"lodash": "^4.0.0"
3030
},

0 commit comments

Comments
 (0)