dphelper 2.1.5 → 2.1.6

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
@@ -104,8 +104,7 @@ require("dphelper");
104
104
  Note: You don't need to use npm install in this case, or you will get an error.
105
105
 
106
106
  ```html
107
- <script src="https://cdn.jsdelivr.net/npm/jquery@latest"></script>
108
- <script src="https://cdn.jsdelivr.net/npm/dphelper@latest"></script>
107
+ <script src="https://cdn.jsdelivr.net/npm/dphelper@latest/+esm"></script>
109
108
  ```
110
109
 
111
110
  ## Live Demo
package/docs/index.md CHANGED
@@ -104,8 +104,7 @@ require("dphelper");
104
104
  Note: You don't need to use npm install in this case, or you will get an error.
105
105
 
106
106
  ```html
107
- <script src="https://cdn.jsdelivr.net/npm/jquery@latest"></script>
108
- <script src="https://cdn.jsdelivr.net/npm/dphelper@latest"></script>
107
+ <script src="https://cdn.jsdelivr.net/npm/dphelper@latest/+esm"></script>
109
108
  ```
110
109
 
111
110
  ## Live Demo