ls-manual-update

Checks for manual update of ls-vertretunsplan-desktop and tells outdated clients
git clone git://archive.git.mtrnord.blog/MTRNord/ls-manual-update.git
Log | Files | Refs | LICENSE

commit c6a0ae279f4b527d20b37784017d7fb10844558b
parent be7ab8aba767dea6c2183e357934b2af9abb4c43
Author: Marcel <mtrnord1@gmail.com>
Date:   Tue, 29 Nov 2016 13:30:45 +0100

add node stuff

Diffstat:
Aindex.js | 0
Apackage.json | 19+++++++++++++++++++
2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/index.js b/index.js diff --git a/package.json b/package.json @@ -0,0 +1,19 @@ +{ + "name": "ls-manual-update", + "version": "0.0.1", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/MTRNord/ls-manual-update.git" + }, + "author": "MTRNord", + "license": "GPL-3.0", + "bugs": { + "url": "https://github.com/MTRNord/ls-manual-update/issues" + }, + "homepage": "https://github.com/MTRNord/ls-manual-update#readme" +}