Skip to content

Commit fdb6a5b

Browse files
committed
fix type=commonjs
1 parent e61665a commit fdb6a5b

File tree

2 files changed

+1226
-1437
lines changed

2 files changed

+1226
-1437
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"lib/",
1717
"src/"
1818
],
19+
"type": "commonjs",
1920
"main": "lib/textlint-rule-no-unmatched-pair.js",
2021
"directories": {
2122
"lib": "lib",
@@ -40,10 +41,10 @@
4041
"trailingComma": "none"
4142
},
4243
"devDependencies": {
43-
"lint-staged": "^15.1.0",
44-
"prettier": "^3.1.0",
45-
"textlint-scripts": "^13.4.1",
46-
"textlint-tester": "13.4.1"
44+
"lint-staged": "^15.2.10",
45+
"prettier": "^3.3.3",
46+
"textlint-scripts": "^14.3.0",
47+
"textlint-tester": "^14.3.0"
4748
},
4849
"publishConfig": {
4950
"access": "public"

0 commit comments

Comments
 (0)