mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-03-18 21:30:38 +01:00
add repository, use MIT license
This commit is contained in:
@@ -48,4 +48,8 @@ app.use(promBundle({
|
||||
app.get("/hello", (req, res) => res.send("ok"));
|
||||
|
||||
app.listen(3000);
|
||||
```
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
12
package.json
12
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user