We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1387d commit 18cc920Copy full SHA for 18cc920
packages/plugin-convert-quotes-to-backticks/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@putout/plugin-convert-quotes-to-backticks",
3
"version": "4.0.3",
4
- "type": "commonjs",
+ "type": "module",
5
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
6
"description": "🐊Putout plugin adds ability to convert quotes to backticks",
7
"homepage": "https://github.com/coderaiser/putout/tree/master/packages/plugin-convert-quotes-to-backticks#readme",
@@ -43,11 +43,11 @@
43
"madrun": "^11.0.0"
44
},
45
"peerDependencies": {
46
- "putout": ">=38"
+ "putout": ">=40"
47
48
"license": "MIT",
49
"engines": {
50
- "node": ">=18"
+ "node": ">=20"
51
52
"publishConfig": {
53
"access": "public"
0 commit comments