node-queue
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -21,3 +21,3 @@ 'use strict'; | ||
function implementError (callback) { | ||
var err = new Error('Storage method add is not implemented'); | ||
var err = new Error('Please implement this function!'); | ||
if (callback) callback(err); | ||
@@ -24,0 +24,0 @@ throw err; |
{ | ||
"author": "adrai", | ||
"name": "node-queue", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -149,2 +149,3 @@ # Introduction | ||
#[Release notes](https://github.com/adrai/node-queue/blob/master/releasenotes.md) | ||
@@ -151,0 +152,0 @@ # Database Support |
@@ -0,1 +1,4 @@ | ||
#### v1.0.2 | ||
- cosmetics | ||
#### v1.0.1 | ||
@@ -2,0 +5,0 @@ - parse json with json-serialize |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29194
202