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",

3
tslint.json Normal file
View File

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