Skip to content

Commit 3981e2f

Browse files
committed
fix bin path
1 parent 7e26d81 commit 3981e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"description": "日本語で書かれた技術書のコーパス",
1515
"main": "lib/index.js",
1616
"bin": {
17-
"technological-book-corpus-ja.js": "./bin/technological-book-corpus-ja.js"
17+
"technological-book-corpus-ja": "./bin/technological-book-corpus-ja.js"
1818
},
1919
"scripts": {
2020
"build": "node build.js",

0 commit comments

Comments
 (0)