Comparing version 0.0.0 to 0.0.2
@@ -20,3 +20,4 @@ | ||
605: "Expired", | ||
606: "Unable To Connect" | ||
606: "Unable To Connect", | ||
607: "Already Called" //error for when a method can only be called once, and has already been called | ||
@@ -23,0 +24,0 @@ }; |
{ | ||
"name": "comerr", | ||
"version": "0.0.0", | ||
"description": "ERROR: No README.md file found!", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/crcn/errcodes.js.git" | ||
}, | ||
"author": "", | ||
"license": "BSD" | ||
} | ||
"name": "comerr", | ||
"version": "0.0.2", | ||
"description": "ERROR: No README.md file found!", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/crcn/errcodes.js.git" | ||
}, | ||
"author": "", | ||
"license": "BSD" | ||
} |
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
1736
45