Compare commits

...

2 Commits

Author SHA1 Message Date
b6b584f808 1.0.30 2019-01-10 00:43:46 +01:00
48fe6ce0a8 fix(core): update 2019-01-10 00:43:45 +01:00
3 changed files with 4 additions and 2 deletions

View File

@ -65,6 +65,8 @@ sast:
testSTABLE:
image: hosttoday/ht-docker-dbase:npmci
services:
- docker:dind
stage: test
script:
- npmci npm prepare

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/docker",
"version": "1.0.29",
"version": "1.0.30",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/docker",
"version": "1.0.29",
"version": "1.0.30",
"description": "easy communication with docker remote api from node, TypeScript ready",
"private": false,
"main": "dist/index.js",