From 36117195fa6725498e758f721c5935c07a07c4fa Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Fri, 5 Oct 2018 19:35:38 +0200 Subject: [PATCH 1/3] Add myself as maintainer Well, since I'm currently the maintainer of CodiMD, I should maybe mentioned in the package.json, just in case someone is willing to contact me about it. Signed-off-by: Sheogorath --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 1217263..5c8c7b2 100644 --- a/package.json +++ b/package.json @@ -147,6 +147,10 @@ { "name": "Max Wu", "email": "jackymaxj@gmail.com" + }, + { + "name": "Christoph (Sheogorath) Kern", + "email": "codimd@sheogorath.shivering-isles.com" } ], "repository": { From a006f53dea8890352284b687494ab9198fff9b92 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Fri, 5 Oct 2018 19:36:40 +0200 Subject: [PATCH 2/3] Update URL to codimd's own URL Since we have an own URL we should use it in here, since CodiMD and HackMD are really drifting away from each other. Signed-off-by: Sheogorath --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c8c7b2..0e85eb6 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "Markdown", "Notes" ], - "homepage": "https://hackmd.io", + "homepage": "https://codimd.org", "maintainers": [ { "name": "Max Wu", From fd54e3f3ac7cbac9dce43397fa746a53e2561ad3 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Sat, 6 Oct 2018 22:45:42 +0200 Subject: [PATCH 3/3] Update supported node.js version Support includes v9.x, but no v10.x Signed-off-by: Xaver Maierhofer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 325858a..a8ebf60 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Just to more confusion: We are still friends with HackMD :heart: ### Prerequisite -- Node.js 6.x or up (test up to 7.5.0) +- Node.js 6.x or up (test up to 7.5.0) and <10.x - Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) use charset `utf8` - npm (and its dependencies, especially [uWebSockets](https://github.com/uWebSockets/uWebSockets#nodejs-developers), [node-gyp](https://github.com/nodejs/node-gyp#installation)) - For **building** CodiMD we recommend to use a machine with at least **2GB** RAM