Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
5ae04ce5c2 | |||
2b3b991372 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dockersock",
|
"name": "dockersock",
|
||||||
"version": "1.0.10",
|
"version": "1.0.11",
|
||||||
"description": "easy communication with docker from node, TypeScript ready",
|
"description": "easy communication with docker from node, TypeScript ready",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
@ -28,8 +28,8 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://gitlab.com/pushrocks/dockersock#README",
|
"homepage": "https://gitlab.com/pushrocks/dockersock#README",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/es6-promise": "0.0.27-alpha",
|
"@types/es6-promise": "*",
|
||||||
"@types/q": "0.0.26-alpha",
|
"@types/q": "*",
|
||||||
"beautylog": "^5.0.12",
|
"beautylog": "^5.0.12",
|
||||||
"es6-promise": "^3.2.1",
|
"es6-promise": "^3.2.1",
|
||||||
"q": "^1.4.1",
|
"q": "^1.4.1",
|
||||||
|
Reference in New Issue
Block a user