Compare commits

..

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

4 changed files with 9 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"npmci": {
"npmGlobalTools": [
"@gitzone/npmts"
"globalNpmTools": [
"npmts"
],
"npmAccessLevel": "public"
}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "smarterror",
"version": "2.0.1",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "@push.rocks/smarterror",
"name": "@pushrocks/smarterror",
"private": false,
"version": "2.0.1",
"version": "2.0.0",
"description": "better error handling",
"main": "dist/index.js",
"typings": "dist/index.d.ts",

3
tslint.json Normal file
View File

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