minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-06-27 01:38:06 +03:00
parent a2b56d8b76
commit 216ed132be
2 changed files with 4 additions and 1 deletions

View File

@ -29,6 +29,9 @@ function(data){
return this.message return this.message
} }
} }
FeatureLinearizationError.prototype = Object.create(new Error)
FeatureLinearizationError.prototype.constructor = FeatureLinearizationError

View File

@ -1,6 +1,6 @@
{ {
"name": "ig-features", "name": "ig-features",
"version": "3.1.7", "version": "3.1.8",
"description": "", "description": "",
"main": "features.js", "main": "features.js",
"scripts": { "scripts": {