add repository, use MIT license

This commit is contained in:
Konstantin Pogorelov
2016-04-29 10:32:08 +02:00
parent 32e99187f3
commit 1b90db39ee
2 changed files with 13 additions and 5 deletions

View File

@@ -48,4 +48,8 @@ app.use(promBundle({
app.get("/hello", (req, res) => res.send("ok"));
app.listen(3000);
```
```
## License
MIT

View File

@@ -1,6 +1,6 @@
{
"name": "express-prom-bundle",
"version": "1.1.2",
"version": "1.1.3",
"description": "express middleware with popular prometheus metrics in one bundle",
"main": "src/index.js",
"keywords": [
@@ -12,8 +12,8 @@
"scripts": {
"test": "node_modules/jasme/run.js"
},
"author": "Konstantin Pogorelov <or@pluseq.com> (https://github.com/disjunction)",
"license": "ISC",
"author": "Konstantin Pogorelov <or@pluseq.com>",
"license": "MIT",
"dependencies": {
"on-finished": "^2.3.0",
"prom-client": "^3.4.0"
@@ -23,5 +23,9 @@
"express": "^4.13.4",
"jasme": "^4.1.1",
"supertest": "^1.2.0"
},
"repository": {
"type" : "git",
"url" : "https://github.com/jochen-schweizer/express-prom-bundle.git"
}
}
}