From d14b3167dfe413ca7db78283b70334100e82076f Mon Sep 17 00:00:00 2001 From: Tobias Ollive Date: Fri, 10 Dec 2021 18:29:32 +0100 Subject: [PATCH] add start script --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eadc78b..341ba9f 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "scrumblr", "description": "Web-based simulation of a physical agile sprint board that supports real-time collaboration.", - "version": "0.2.0", + "version": "0.2.1", "repository": { - "url": "http://github.com/aliasaria/scrumblr" + "url": "http://framagit.org/colibris/framemo" }, "author": "Ali Asaria", "main": "server.js", @@ -13,6 +13,9 @@ "engines": { "node": "0.4.7" }, + "scripts": { + "start": "node server.js" + }, "dependencies": { "async": "~0.9.0", "compression": "^1.1.0",