dphelper 0.2.37 → 0.2.38
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
|
@@ -16,12 +16,21 @@ Please visit the github repository @ [dpHelper on Github](https://github.com/pas
|
|
|
16
16
|
|
|
17
17
|
```js
|
|
18
18
|
npm i dphelper
|
|
19
|
+
|
|
20
|
+
or update:
|
|
21
|
+
|
|
22
|
+
npm i dphelper@latest
|
|
23
|
+
|
|
19
24
|
```
|
|
20
25
|
|
|
21
26
|
in the index (and only there):
|
|
22
27
|
|
|
23
28
|
```js
|
|
24
29
|
import "dphelper"
|
|
30
|
+
|
|
31
|
+
or
|
|
32
|
+
|
|
33
|
+
require("dphelper")
|
|
25
34
|
```
|
|
26
35
|
|
|
27
36
|
## check
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/localhost.session.sql
DELETED
|
File without changes
|