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": { "npmci": {
"npmGlobalTools": [ "globalNpmTools": [
"@gitzone/npmts" "npmts"
], ],
"npmAccessLevel": "public" "npmAccessLevel": "public"
} }

2
package-lock.json generated
View File

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

View File

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

3
tslint.json Normal file
View File

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