Skip to content

Commit fe38d69

Browse files
azuclaude
andauthored
fix: correct main entry point from lib/index.js to src/index.js (#5)
The main field in package.json was pointing to a non-existent lib/index.js path. This commit updates it to the actual source location at src/index.js. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent fcef6f6 commit fe38d69

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
@@ -19,7 +19,7 @@
1919
},
2020
"license": "MIT",
2121
"author": "azu",
22-
"main": "lib/index.js",
22+
"main": "src/index.js",
2323
"type": "module",
2424
"bin": {
2525
"create-textlint-rule-example": "bin/cmd.js"

0 commit comments

Comments
 (0)