Skip to content

Commit b8297e7

Browse files
committed
build: Bump package version to 6.0.6 and explicitly name the CLI executable as officeparser.
1 parent 8866811 commit b8297e7

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "officeparser",
3-
"version": "6.0.5",
3+
"version": "6.0.6",
44
"description": "A robust, strictly-typed Node.js and Browser library for parsing office files (.docx, .pptx, .xlsx, .odt, .odp, .ods, .pdf, .rtf) into structured AST with rich metadata, formatting, and attachment support.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -27,7 +27,9 @@
2727
"type": "git",
2828
"url": "git+https://github.com/harshankur/officeParser.git"
2929
},
30-
"bin": "dist/index.js",
30+
"bin": {
31+
"officeparser": "dist/index.js"
32+
},
3133
"keywords": [
3234
"office",
3335
"docx",

0 commit comments

Comments
 (0)