Skip to content

Commit

Permalink
Merge pull request #16 from eXist-db/update/maintainer-info
Browse files Browse the repository at this point in the history
chore(package.json): add maintainer info
  • Loading branch information
olvidalo authored Nov 26, 2018
2 parents 89dadd7 + 58cd094 commit 4e87125
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,17 @@
"xql",
"xml"
],
"author": "Marcel Schaeben, Juri Leino",
"author": "Marcel Schaeben",
"maintainers": [
{
"name": "Marcel Schaeben",
"email": "[email protected]"
},
{
"name": "Juri Leino",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/eXist-db/gulp-exist/issues"
Expand All @@ -39,5 +49,6 @@
"plugin-error": "^1.0.1",
"through2": "^2.0.3",
"vinyl": "^1.1.1"
}
},
"version": "0.0.0-development"
}

0 comments on commit 4e87125

Please sign in to comment.