update
This commit is contained in:
parent
6aed9e98e5
commit
c91dc1e9e2
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
docs/
|
||||
coverage/
|
||||
node_modules/
|
@ -9,9 +9,7 @@ stages:
|
||||
- trigger
|
||||
|
||||
before_script:
|
||||
- npm uninstall -g npmci
|
||||
- npm install -g npmci
|
||||
- npmci prepare docker
|
||||
- npmci prepare docker-gitlab
|
||||
|
||||
|
||||
build:
|
||||
|
3
npmts.json
Normal file
3
npmts.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"mode":"default"
|
||||
}
|
@ -22,5 +22,11 @@
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/pushrocks/dockersock/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/pushrocks/dockersock#README"
|
||||
"homepage": "https://gitlab.com/pushrocks/dockersock#README",
|
||||
"dependencies": {
|
||||
"beautylog": "^5.0.10",
|
||||
"q": "^1.4.1",
|
||||
"request": "^2.72.0",
|
||||
"typings-global": "^1.0.3"
|
||||
}
|
||||
}
|
||||
|
4
ts/dockersock.plugins.ts
Normal file
4
ts/dockersock.plugins.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import "typings-global";
|
||||
export import beautylog = require("beautylog");
|
||||
export let q = require("q");
|
||||
export let request = require("request");
|
Loading…
Reference in New Issue
Block a user