Skip to content

Commit fc64ba1

Browse files
committed
Remove duplicate package in convert
1 parent d687a6f commit fc64ba1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/convert

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ gsub_file_content("../package.json", /"eslint": "[^"]*",/, "")
2020
gsub_file_content("../package.json", /"eslint-plugin-jest": "[^"]*",/, "")
2121
gsub_file_content("../package.json", /"globals": "[^"]*",/, "")
2222
gsub_file_content("../package.json", /"knip": "[^"]*",/, "")
23+
gsub_file_content("../package.json", /"publint": "[^"]*",/, "")
2324
gsub_file_content("../package.json", /"typescript-eslint": "[^"]*",/, "")
2425
gsub_file_content("../package.json", %r{"@arethetypeswrong/cli": "[^"]*",}, "")
2526
gsub_file_content("../package.json", %r{"@eslint/compat": "[^"]*",}, "")
2627
gsub_file_content("../package.json", %r{"@testing-library/dom": "[^"]*",}, "")
2728
gsub_file_content("../package.json", %r{"@testing-library/react": "[^"]*",}, "")
28-
gsub_file_content("../package.json", /"knip": "[^"]*",/, "")
29-
gsub_file_content("../package.json", /"publint": "[^"]*",/, "")
3029

3130
gsub_file_content("../spec/dummy/package.json", /"shakapacker": "[^"]*",/, '"shakapacker": "6.6.0",')
3231

0 commit comments

Comments
 (0)