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