diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d94bacb..58b335a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ testLTS: - npmci test lts tags: - docker - + testSTABLE: stage: test script: diff --git a/package.json b/package.json index 333d1e8..418e559 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "homepage": "https://gitlab.com/pushrocks/npmextra#README", "dependencies": { - "@types/q": "0.0.27", + "@types/q": "*", "beautylog": "^5.0.14", "q": "^1.4.1", "smartfile": "^4.0.10",