dphelper 2.0.9 → 2.0.11

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
@@ -14,15 +14,13 @@
14
14
 
15
15
  ![Node.js](https://img.shields.io/badge/Node.js-gray?logo=node.js)
16
16
  ![Jest](https://img.shields.io/badge/Jest-gray?logo=jest)
17
- ![ESLint](https://img.shields.io/badge/ESLint-gray?logo=eslint)
17
+ ![Biome](https://img.shields.io/badge/Biome-gray?logo=biome)
18
18
  ![webpack](https://img.shields.io/badge/webpack-gray?logo=webpack)
19
19
 
20
20
  ![License](https://img.shields.io/badge/license-MIT-blue.svg)
21
21
 
22
22
  [![GitBook](https://img.shields.io/static/v1?message=Documented%20on%20GitBook&logo=gitbook&logoColor=ffffff&label=%20&labelColor=5c5c5c&color=3F89A1)](https://a51.gitbook.io/dphelper)
23
23
 
24
- [![NPM](https://nodei.co/npm/dphelper.png?stars=true&downloads=true)](https://www.npmjs.com/package/dphelper?activeTab=readme)
25
-
26
24
  ## Table of Contents
27
25
 
28
26
  1. [About](#about)
@@ -106,7 +104,8 @@ require("dphelper");
106
104
  Note: You don't need to use npm install in this case, or you will get an error.
107
105
 
108
106
  ```html
109
- <script src="https://cdn.jsdelivr.net/npm/dphelper"></script>
107
+ <script src="https://cdn.jsdelivr.net/npm/jquery@latest"></script>
108
+ <script src="https://cdn.jsdelivr.net/npm/dphelper@latest"></script>
110
109
  ```
111
110
 
112
111
  ## Live Demo
package/docs/_config.yml CHANGED
@@ -1 +1 @@
1
- theme: jekyll-theme-modernist
1
+ theme: jekyll-theme-modernist
package/docs/index.md CHANGED
@@ -14,15 +14,13 @@
14
14
 
15
15
  ![Node.js](https://img.shields.io/badge/Node.js-gray?logo=node.js)
16
16
  ![Jest](https://img.shields.io/badge/Jest-gray?logo=jest)
17
- ![ESLint](https://img.shields.io/badge/ESLint-gray?logo=eslint)
17
+ ![Biome](https://img.shields.io/badge/Biome-gray?logo=biome)
18
18
  ![webpack](https://img.shields.io/badge/webpack-gray?logo=webpack)
19
19
 
20
20
  ![License](https://img.shields.io/badge/license-MIT-blue.svg)
21
21
 
22
22
  [![GitBook](https://img.shields.io/static/v1?message=Documented%20on%20GitBook&logo=gitbook&logoColor=ffffff&label=%20&labelColor=5c5c5c&color=3F89A1)](https://a51.gitbook.io/dphelper)
23
23
 
24
- [![NPM](https://nodei.co/npm/dphelper.png?stars=true&downloads=true)](https://www.npmjs.com/package/dphelper?activeTab=readme)
25
-
26
24
  ## Table of Contents
27
25
 
28
26
  1. [About](#about)
@@ -106,7 +104,8 @@ require("dphelper");
106
104
  Note: You don't need to use npm install in this case, or you will get an error.
107
105
 
108
106
  ```html
109
- <script src="https://cdn.jsdelivr.net/npm/dphelper"></script>
107
+ <script src="https://cdn.jsdelivr.net/npm/jquery@latest"></script>
108
+ <script src="https://cdn.jsdelivr.net/npm/dphelper@latest"></script>
110
109
  ```
111
110
 
112
111
  ## Live Demo