@fatcherjs/middleware-aborter 1.2.0 → 1.3.0

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@ A middleware for aborting fatcher request.
13
13
  ### CDN
14
14
 
15
15
  ```html
16
- <script src="https://cdn.jsdelivr.net/npm/@fatcherjs/middleware-aborter/dist/index.min.js"></script>
16
+ <script src="https://cdn.jsdelivr.net/npm/@fatcherjs/middleware-aborter/dist/aborter.min.js"></script>
17
17
  ```
18
18
 
19
19
  ## Usage
@@ -69,4 +69,4 @@ A callback when aborting this request.
69
69
 
70
70
  ## License
71
71
 
72
- [MIT](../../LICENSE)
72
+ [MIT](https://github.com/fatcherjs/fatcher/blob/master/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fatcherjs/middleware-aborter",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "main": "dist/aborter.js",
5
5
  "module": "dist/aborter.esm.js",
6
6
  "browser": "dist/aborter.min.js",