@golemio/errors
Advanced tools
Comparing version 0.0.5-dev.78586684 to 0.0.5-dev.78823138
{ | ||
"name": "@golemio/errors", | ||
"version": "0.0.5-dev.78586684", | ||
"description": "Library of Error classes of the Data Platform System", | ||
"version": "0.0.5-dev.78823138", | ||
"description": "Library of Error classes of the Golemio Data Platform System", | ||
"main": "dist/index.js", | ||
@@ -74,5 +74,5 @@ "types": "dist/index.d.ts", | ||
"hooks": { | ||
"pre-commit": "tslint -p ." | ||
"pre-commit": "npm run tslint" | ||
} | ||
} | ||
} |
26237