Compare commits

..

No commits in common. "master" and "v2.0.1" have entirely different histories.

2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "@push.rocks/smarterror", "name": "@pushrocks/smarterror",
"private": false, "private": false,
"version": "2.0.1", "version": "2.0.1",
"description": "better error handling", "description": "better error handling",
@ -19,4 +19,4 @@
"clean-stack": "^1.3.0", "clean-stack": "^1.3.0",
"make-error-cause": "^2.2.0" "make-error-cause": "^2.2.0"
} }
} }

3
tslint.json Normal file
View File

@ -0,0 +1,3 @@
{
"extends": "tslint-config-standard"
}