mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-20 04:48:36 +00:00
add keywords / update version to 0.8.1
This commit is contained in:
parent
809ef68ed2
commit
f5fa18a336
1 changed files with 9 additions and 2 deletions
11
package.json
11
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docker-compose",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/tape test",
|
||||
|
|
@ -9,7 +9,14 @@
|
|||
"repository": {
|
||||
"url": "git@github.com:PDMLab/docker-compose.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"keywords": [
|
||||
"devops",
|
||||
"devops-tools",
|
||||
"docker",
|
||||
"docker-compose",
|
||||
"test",
|
||||
"test-tools"
|
||||
],
|
||||
"author": "Alexander Zeitler <alexander.zeitler@pdmlab.com>",
|
||||
"contributors": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue