From f32730e0a3e10eb679cf25eabd4b81cf1055da16 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Mon, 7 Sep 2020 01:10:53 +0000 Subject: [PATCH] Add basic dependancy --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 429a7d5..cca74bc 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,9 @@ "url": "https://github.com/TheThing/sc-helloworld/issues" }, "homepage": "https://github.com/TheThing/sc-helloworld#readme", + "dependencies": { + "node-static": "^0.7.11" + }, "devDependencies": { "nodemon": "^2.0.4" }