From 1b90db39eefe6c908184f648faec911fd334cb85 Mon Sep 17 00:00:00 2001 From: Konstantin Pogorelov Date: Fri, 29 Apr 2016 10:32:08 +0200 Subject: [PATCH] add repository, use MIT license --- README.md | 6 +++++- package.json | 12 ++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9a66f43..c80b8e7 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,8 @@ app.use(promBundle({ app.get("/hello", (req, res) => res.send("ok")); app.listen(3000); -``` \ No newline at end of file +``` + +## License + +MIT \ No newline at end of file diff --git a/package.json b/package.json index d7795b6..2ea8633 100644 --- a/package.json +++ b/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 (https://github.com/disjunction)", - "license": "ISC", + "author": "Konstantin Pogorelov ", + "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" } -} +} \ No newline at end of file