update structure

This commit is contained in:
Philipp Kunz 2016-06-21 21:08:04 +02:00
parent ac7160c3a3
commit 8dc75feb8d
5 changed files with 15 additions and 12 deletions

View File

@ -1,17 +1,10 @@
image: hosttoday/ht-docker-node:npmts
stages:
- test
- test1
- test2
- release
testLEGACY:
stage: test
script:
- npmci test legacy
tags:
- docker
- lossless
testLTS:
stage: test
script:
@ -21,7 +14,7 @@ testLTS:
- lossless
testSTABLE:
stage: test
stage: test2
script:
- npmci test stable
tags:

View File

@ -28,9 +28,11 @@
"cflare": "0.0.6",
"fs-extra": "^0.30.0",
"letsencrypt": "^1.4.4",
"q": "^1.4.1",
"smartcli": "^1.0.2",
"smartfile": "^3.0.10",
"smartgit": "0.0.10",
"smartstring": "^2.0.9",
"typings-global": "^1.0.3"
},
"devDependencies": {

View File

@ -4,3 +4,4 @@ import * as cert from "../dist/index";
import {Qenv} from "qenv";
let testQenv = new Qenv(process.cwd(), process.cwd() + "/.nogit");

View File

@ -1,2 +1,3 @@
import * as smartcli from "smartcli";
import * as cflare from "cflare";

View File

@ -0,0 +1,6 @@
import "typings-global";
export import path = require("path");
export let q = require("q");
export import smartfile = require("smartfile");
export import smartstring = require("smartstring");