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 c0cc06e commit daa16abCopy full SHA for daa16ab
packages/plugin-new/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@putout/plugin-new",
3
- "version": "3.0.1",
+ "version": "4.0.0",
4
"type": "module",
5
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
6
"description": "🐊Putout plugin adds ability to remove useless and add missing operator 'new'",
@@ -25,7 +25,8 @@
25
"report": "madrun report"
26
},
27
"dependencies": {
28
- "eslint-plugin-putout": "^26.0.0"
+ "eslint-plugin-putout": "^26.0.0",
29
+ "version-io": "^5.0.0"
30
31
"keywords": [
32
"putout",
0 commit comments