Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
14b2105a49 | |||
37efeffe69 | |||
943f46d620 |
10
package.json
10
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dockersock",
|
"name": "dockersock",
|
||||||
"version": "1.0.18",
|
"version": "1.0.19",
|
||||||
"description": "easy communication with docker remote api from node, TypeScript ready",
|
"description": "easy communication with docker remote api from node, TypeScript ready",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
@ -25,10 +25,10 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://gitlab.com/pushrocks/dockersock#README",
|
"homepage": "https://gitlab.com/pushrocks/dockersock#README",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/q": "^0.0.27",
|
"@types/q": "0.x.x",
|
||||||
"@types/request": "^0.0.27",
|
"@types/request": "0.x.x",
|
||||||
"beautylog": "^5.0.18",
|
"beautylog": "^5.0.20",
|
||||||
"lik": "^1.0.7",
|
"lik": "^1.0.9",
|
||||||
"q": "^1.4.1",
|
"q": "^1.4.1",
|
||||||
"request": "^2.74.0",
|
"request": "^2.74.0",
|
||||||
"rxjs": "^5.0.0-beta.10",
|
"rxjs": "^5.0.0-beta.10",
|
||||||
|
Reference in New Issue
Block a user