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 +3 -4
- package/docs/_config.yml +1 -1
- package/docs/index.md +3 -4
- package/index.js +1 -1
- package/package.json +4 -8
package/README.md
CHANGED
|
@@ -14,15 +14,13 @@
|
|
|
14
14
|
|
|
15
15
|

|
|
16
16
|

|
|
17
|
-

|
|
18
18
|

|
|
19
19
|
|
|
20
20
|

|
|
21
21
|
|
|
22
22
|
[](https://a51.gitbook.io/dphelper)
|
|
23
23
|
|
|
24
|
-
[](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/
|
|
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
|

|
|
16
16
|

|
|
17
|
-

|
|
18
18
|

|
|
19
19
|
|
|
20
20
|

|
|
21
21
|
|
|
22
22
|
[](https://a51.gitbook.io/dphelper)
|
|
23
23
|
|
|
24
|
-
[](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/
|
|
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
|