queueobj 14.1.4 → 14.1.5
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 +4 -0
- package/package.json +1 -1
- package/test/package.js +1 -1
package/README.md
CHANGED
|
@@ -28,6 +28,8 @@ Included tag appenders:
|
|
|
28
28
|
* json_name - queue and process all objects by name.
|
|
29
29
|
* json_version - queue and process all objects by version.
|
|
30
30
|
|
|
31
|
+
```
|
|
32
|
+
|
|
31
33
|
Mocha Test
|
|
32
34
|
---------
|
|
33
35
|
```
|
|
@@ -36,6 +38,7 @@ npm test
|
|
|
36
38
|
|
|
37
39
|
General Setup Test
|
|
38
40
|
---------
|
|
41
|
+
```
|
|
39
42
|
npm run test_files
|
|
40
43
|
npm run test_all
|
|
41
44
|
npm run test_top_one
|
|
@@ -62,6 +65,7 @@ npm run test_json_name_non_matching
|
|
|
62
65
|
|
|
63
66
|
Usage
|
|
64
67
|
---------
|
|
68
|
+
```
|
|
65
69
|
|
|
66
70
|
var queue = require("queueobj");
|
|
67
71
|
|
package/package.json
CHANGED