Skip to content

Commit edfcc5d

Browse files
committed
fix: use "files" for publishing
1 parent 26bc7ee commit edfcc5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "2.0.0",
44
"description": "textlint rule plugin to check duplicated conjunctions.",
55
"main": "lib/no-doubled-conjunction.js",
6-
"directories": {
7-
"example": "example",
8-
"test": "test"
9-
},
6+
"files": [
7+
"lib",
8+
"src"
9+
],
1010
"dependencies": {
1111
"kuromojin": "^3.0.0",
1212
"sentence-splitter": "^3.2.1",

0 commit comments

Comments
 (0)