Compare commits

...

4 Commits

Author SHA1 Message Date
b9618a86a6 1.1.4 2016-07-29 03:17:09 +02:00
f1d232a333 add right images to gitlab ci 2016-07-29 03:16:59 +02:00
aa66a3bb86 1.1.3 2016-07-29 03:16:09 +02:00
fbaeb63e4d fix gitlab ci 2016-07-29 03:16:04 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@ test:
- priv
release:
image: hosttoday/ht-docker-node:npmts
stage: release
environment: npmjs-com_registry
script:
@ -30,6 +31,7 @@ release:
- priv
trigger:
image: hosttoday/ht-docker-node:npmts
stage: trigger
script:
- npmci trigger

View File

@ -1,6 +1,6 @@
{
"name": "npmdocker",
"version": "1.1.2",
"version": "1.1.4",
"description": "develop npm modules cross platform with docker",
"main": "dist/index.js",
"typings": "dist/index.d.ts",