Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "cf-errors", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Extensible error library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -23,3 +23,3 @@ cf-errors | ||
<a name="constructor" /> | ||
##Creating an error | ||
###Creating an error | ||
```javascript | ||
@@ -30,3 +30,3 @@ var CFError = require('cf-errors'); | ||
###Extending the error | ||
####Extending the error | ||
```javascript | ||
@@ -33,0 +33,0 @@ var error = new CFError({field: "value", message: `error message`}); |
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
33656