2 Commits

Author SHA1 Message Date
657f07120c 2.0.4 2017-09-18 19:10:29 +02:00
919a23cd09 test yml behaviour 2017-09-18 19:10:21 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ testLEGACY:
script:
- npmci node install legacy
- npmci npm install
- npmci npm test
# - npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker

View File

@@ -1,6 +1,6 @@
{
"name": "smartdebug",
"version": "2.0.3",
"version": "2.0.4",
"description": "debug the smart way",
"main": "dist/index.js",
"typings": "dist/index.d.ts",