@putout/plugin-esm 6.1.0 β†’ 6.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -117,22 +117,6 @@ Checkout in 🐊[**Putout Editor**](https://putout.cloudcmd.io/#/gist/3fad517d76
117
117
 
118
118
  #### ❌ Example of incorrect code
119
119
 
120
- ```js
121
- const {
122
- report,
123
- fix,
124
- scan,
125
- } = createRemoveFiles(['*.swp', '*.swo']);
126
-
127
- export {
128
- report,
129
- fix,
130
- scan,
131
- };
132
- ```
133
-
134
- #### ❌ Example of incorrect code
135
-
136
120
  ```js
137
121
  const stack = [];
138
122
 
@@ -287,7 +271,6 @@ import test, {stub} from 'supertape';
287
271
  #### rename
288
272
 
289
273
  Checkout in 🐊[**Putout Editor**](https://putout.cloudcmd.io/#/gist/6604936dec6b1eed8ce0d143f2962f15/17b310a6e4d85b0b8615a8b91d0e27414e8af291).
290
-
291
274
  To disable use:
292
275
 
293
276
  ```json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-esm",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout plugin improves ability to transform ESM code",