@putout/bundle 4.5.4 → 4.6.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.
package/README.md CHANGED
@@ -45,14 +45,6 @@ console.log(putout('compare(a, b)', {
45
45
  });
46
46
  ```
47
47
 
48
- ## IIFE
49
-
50
- When you want to access `putout` from global scope using `script` tag, use:
51
-
52
- ```html
53
- <script src="https://cdn.jsdelivr.net/npm/@putout/bundle@3/bundle/putout-iife.js"></script>
54
- ```
55
-
56
48
  ## License
57
49
 
58
50
  MIT