mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-24 12:35:32 +00:00
Update name
This commit is contained in:
parent
18a9079ee6
commit
acb173b0dd
1 changed files with 7 additions and 3 deletions
10
package.json
10
package.json
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "docker-compose",
|
"name": "@iceprod/docker-compose",
|
||||||
"version": "0.23.14",
|
"version": "0.24.0",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
"test",
|
"test",
|
||||||
"test-tools"
|
"test-tools"
|
||||||
],
|
],
|
||||||
"author": "Alexander Zeitler <alexander.zeitler@pdmlab.com>",
|
"author": "Alexander Zeitler <alexander.zeitler@pdmlab.com>, Daniel Bulan <danbulant@danbulant.eu>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Ignatiev Mikhail"
|
"name": "Ignatiev Mikhail"
|
||||||
|
|
@ -75,6 +75,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gautaz"
|
"name": "gautaz"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Daniel Bulant",
|
||||||
|
"url": "https://github.com/danbulant"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue