2 Commits

Author SHA1 Message Date
de1f77a301 0.0.8 2016-06-22 13:11:03 +02:00
605512bb9c fix gitlab yml 2016-06-22 13:10:58 +02:00
2 changed files with 6 additions and 2 deletions

View File

@ -6,9 +6,11 @@ stages:
- release - release
testLTS: testLTS:
stage: test stage: test1
script: script:
- npmci test lts - npmci test lts
only:
- tags
tags: tags:
- docker - docker
- lossless - lossless
@ -17,6 +19,8 @@ testSTABLE:
stage: test2 stage: test2
script: script:
- npmci test stable - npmci test stable
only:
- tags
tags: tags:
- docker - docker
- lossless - lossless

View File

@ -1,6 +1,6 @@
{ {
"name": "cert", "name": "cert",
"version": "0.0.7", "version": "0.0.8",
"description": "Easily obain SSL certificates from LetsEncrypt. Supports DNS-01 challenge. TypeScript ready.", "description": "Easily obain SSL certificates from LetsEncrypt. Supports DNS-01 challenge. TypeScript ready.",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {