3 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
d5a4a0f4ee 2.0.3 2017-09-18 18:22:50 +02:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "smartdebug", "name": "smartdebug",
"version": "2.0.2", "version": "2.0.4",
"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",