update
This commit is contained in:
		
							
								
								
									
										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"); | ||||
		Reference in New Issue
	
	Block a user