Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
heysailor committed Mar 28, 2018
1 parent 223f743 commit 6e35dd1
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ Call `addOrUpdateItem()` with a `NewQueueItem` - specifying the item type as `PE
payload: myPet,
});

The Buster is now stored in the queue.
The Buster `QueueItem` is now stored in the queue.

### 3. Flush the queue at your leisure.

Expand Down
4 changes: 2 additions & 2 deletions coverage/clover.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1522254735849" clover="3.2.0">
<project timestamp="1522254735849" name="All files">
<coverage generated="1522258034872" clover="3.2.0">
<project timestamp="1522258034872" name="All files">
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0" elements="0" coveredelements="0" complexity="0" loc="0" ncloc="0" packages="0" files="0" classes="0">
</metrics>
</project>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Expand Up @@ -67,7 +67,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Wed Mar 28 2018 17:32:15 GMT+0100 (BST)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Wed Mar 28 2018 18:27:14 GMT+0100 (BST)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
36 changes: 36 additions & 0 deletions npm-debug.log
@@ -0,0 +1,36 @@
0 info it worked if it ends with ok
1 verbose cli [ '/Users/heysailor/.nvm/versions/node/v6.11.1/bin/node',
1 verbose cli '/Users/heysailor/.nvm/versions/node/v6.11.1/bin/npm',
1 verbose cli 'version',
1 verbose cli 'patch' ]
2 info using npm@3.10.10
3 info using node@v6.11.1
4 info git [ 'status', '--porcelain' ]
5 verbose stack Error: Git working directory not clean.
5 verbose stack M README.md
5 verbose stack M coverage/clover.xml
5 verbose stack M coverage/lcov-report/index.html
5 verbose stack M package.json
5 verbose stack at /Users/heysailor/.nvm/versions/node/v6.11.1/lib/node_modules/npm/lib/version.js:247:19
5 verbose stack at /Users/heysailor/.nvm/versions/node/v6.11.1/lib/node_modules/npm/lib/utils/no-progress-while-running.js:21:8
5 verbose stack at ChildProcess.exithandler (child_process.js:195:7)
5 verbose stack at emitTwo (events.js:106:13)
5 verbose stack at ChildProcess.emit (events.js:191:7)
5 verbose stack at maybeClose (internal/child_process.js:891:16)
5 verbose stack at Socket.<anonymous> (internal/child_process.js:342:11)
5 verbose stack at emitOne (events.js:96:13)
5 verbose stack at Socket.emit (events.js:188:7)
5 verbose stack at Pipe._handle.close [as _onclose] (net.js:497:12)
6 verbose cwd /Users/heysailor/dev/redux-worker-queue
7 error Darwin 16.7.0
8 error argv "/Users/heysailor/.nvm/versions/node/v6.11.1/bin/node" "/Users/heysailor/.nvm/versions/node/v6.11.1/bin/npm" "version" "patch"
9 error node v6.11.1
10 error npm v3.10.10
11 error Git working directory not clean.
11 error M README.md
11 error M coverage/clover.xml
11 error M coverage/lcov-report/index.html
11 error M package.json
12 error If you need help, you may report this error at:
12 error <https://github.com/npm/npm/issues>
13 verbose exit [ 1, true ]
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "redux-worker-queue",
"version": "1.0.0",
"version": "1.0.3",
"description":
"Redux powered queue for the processing of serializable objects through sequential custom handlers, by parallel workers, with error and endless loop protection. Aimed at complex deferred offline persistence handling.",
"main": "index.js",
Expand Down

0 comments on commit 6e35dd1

Please sign in to comment.