Compare commits

..

3 Commits

Author SHA1 Message Date
1a243a7f37 switch to new org scheme 2023-07-10 02:48:55 +02:00
df5c8a65c1 2.0.1 2018-07-11 15:37:46 +02:00
941ffd596a fix(ci): fix build step requirements 2018-07-11 15:37:45 +02:00
4 changed files with 6 additions and 9 deletions

View File

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

2
package-lock.json generated
View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@pushrocks/smarterror",
"name": "@push.rocks/smarterror",
"private": false,
"version": "2.0.0",
"version": "2.0.1",
"description": "better error handling",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -19,4 +19,4 @@
"clean-stack": "^1.3.0",
"make-error-cause": "^2.2.0"
}
}
}

View File

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