This commit is contained in:
Philipp Kunz 2017-09-18 15:19:27 +02:00
parent c269ac04cd
commit f382892962

View File

@ -1,6 +1,6 @@
{ {
"name": "smartdebug", "name": "smartdebug",
"version": "1.0.1", "version": "2.0.0",
"description": "debug the smart way", "description": "debug the smart way",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -9,7 +9,7 @@
"scripts": { "scripts": {
"test": "(npmts)" "test": "(npmts)"
}, },
"devDependencies": { "devDependencies": {
"tapbundle": "^1.0.13" "tapbundle": "^1.0.13"
}, },
"dependencies": { "dependencies": {