Compare commits

..

2 Commits

Author SHA1 Message Date
b62104c2a5 2.4.1 2017-07-27 16:37:05 +02:00
3506d8dd21 fix npmci version 2017-07-27 16:36:58 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ stages:
- pages - pages
before_script: before_script:
- yarn global add npmci - yarn global add npmci@2.3.74
testLEGACY: testLEGACY:
stage: test stage: test

View File

@@ -1,6 +1,6 @@
{ {
"name": "npmci", "name": "npmci",
"version": "2.4.0", "version": "2.4.1",
"description": "node and docker in gitlab ci on steroids", "description": "node and docker in gitlab ci on steroids",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",