Skip to content

Commit

Permalink
version bump, docker-modem
Browse files Browse the repository at this point in the history
  • Loading branch information
apocas committed Feb 5, 2020
1 parent 15b6ed5 commit ff63462
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 227 deletions.
84 changes: 24 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

170 changes: 3 additions & 167 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dockerode",
"description": "Docker Remote API module.",
"version": "3.0.2",
"version": "3.1.0",
"author": "Pedro Dias <[email protected]>",
"maintainers": [
"apocas <[email protected]>"
Expand All @@ -16,7 +16,7 @@
],
"dependencies": {
"concat-stream": "~2.0.0",
"docker-modem": "^2.0.0",
"docker-modem": "^2.1.0",
"tar-fs": "~2.0.0"
},
"devDependencies": {
Expand All @@ -32,169 +32,5 @@
"license": "Apache-2.0",
"engines": {
"node": ">= 8.0"
},
"contributors": [
{
"name": "Pedro Dias",
"email": "[email protected]",
"url": "https://github.com/apocas",
"contributions": 150
},
{
"name": "James Lal",
"email": "[email protected]",
"url": "https://github.com/lightsofapollo",
"contributions": 12
},
{
"name": "Ron Waldon",
"email": "[email protected]",
"url": "https://github.com/jokeyrhyme",
"contributions": 7
},
{
"name": "Everton Ribeiro",
"email": "[email protected]",
"url": "https://github.com/nuxlli",
"contributions": 4
},
{
"name": "Sam Rijs",
"email": "[email protected]",
"url": "https://github.com/srijs",
"contributions": 4
},
{
"name": "Shannon Poole",
"email": "[email protected]",
"url": "https://github.com/shannonmpoole",
"contributions": 3
},
{
"name": "Max Claus Nunes",
"email": "[email protected]",
"url": "https://github.com/maxcnunes",
"contributions": 2
},
{
"name": "Mike MacCana",
"email": "[email protected]",
"url": "https://github.com/mikemaccana",
"contributions": 2
},
{
"name": "Niclas Hoyer",
"email": "",
"url": "https://github.com/niclashoyer",
"contributions": 2
},
{
"name": "Nicholas Morsman",
"email": "[email protected]",
"url": "https://github.com/nmorsman",
"contributions": 2
},
{
"name": "Philip Reichenberger",
"email": null,
"url": "https://github.com/preichenberger",
"contributions": 1
},
{
"name": "Anton Serdyuk",
"email": "[email protected]",
"url": "https://github.com/m00t",
"contributions": 1
},
{
"name": "Dan Williams",
"email": "[email protected]",
"url": "https://github.com/deedubs",
"contributions": 1
},
{
"name": "Alex Wolfe",
"email": "[email protected]",
"url": "https://github.com/alexkwolfe",
"contributions": 1
},
{
"name": "Henry Allen-Tilford",
"email": "[email protected]",
"url": "https://github.com/generalhenry",
"contributions": 1
},
{
"name": "Geoffrey Bachelet",
"email": "[email protected]",
"url": "https://github.com/ubermuda",
"contributions": 1
},
{
"name": "Jacob Friis Saxberg",
"email": "[email protected]",
"url": "https://github.com/webjay",
"contributions": 1
},
{
"name": "Jeffrey Morgan",
"email": "[email protected]",
"url": "https://github.com/jeffdm",
"contributions": 1
},
{
"name": "Kishore Nallan",
"email": "[email protected]",
"url": "https://github.com/kishorenc",
"contributions": 1
},
{
"name": "Mathias Buus",
"email": "[email protected]",
"url": "https://github.com/mafintosh",
"contributions": 1
},
{
"name": "Matthew Gallagher",
"email": "[email protected]",
"url": "https://github.com/mattva01",
"contributions": 1
},
{
"name": "Wojciech Kocjan",
"email": null,
"url": "https://github.com/wojciechka",
"contributions": 1
},
{
"name": "Mike Macaulay",
"email": "[email protected]",
"url": "https://github.com/mmacaula",
"contributions": 1
},
{
"name": "Josh Matthews",
"email": "[email protected]",
"url": "https://github.com/jmatth",
"contributions": 1
},
{
"name": "Vincent Woo",
"email": "[email protected]",
"url": "https://github.com/vincentwoo",
"contributions": 1
},
{
"name": "Lewis J Ellis",
"email": "[email protected]",
"url": "https://github.com/LewisJEllis",
"contributions": 1
},
{
"name": "Adam Duncan",
"email": "",
"url": "https://github.com/microadam",
"contributions": 1
}
]
}
}

0 comments on commit ff63462

Please sign in to comment.