upgrade to latest standards

This commit is contained in:
2018-04-12 18:02:48 +02:00
parent 5f0a7ceaa3
commit d295b2e070
13 changed files with 177 additions and 89 deletions

View File

@ -1,5 +1,5 @@
{
"name": "smartdebug",
"name": "@pushrocks/smartdebug",
"version": "2.0.7",
"description": "debug the smart way",
"main": "dist/index.js",
@ -10,9 +10,7 @@
"test": "(npmts)"
},
"devDependencies": {
"tapbundle": "^1.0.13"
"tapbundle": "^2.0.0"
},
"dependencies": {
"typings-global": "^1.0.16"
}
"dependencies": {}
}