From 21415dc5a36ef72ef7fc9b41190d8b0d62569001 Mon Sep 17 00:00:00 2001 From: Feram Date: Mon, 29 Aug 2016 21:53:42 +0000 Subject: [PATCH 1/2] Fix typo arround --- helloworld.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.js b/helloworld.js index 7d221f2..3117215 100644 --- a/helloworld.js +++ b/helloworld.js @@ -1,6 +1,6 @@ console.log('hello world'); -// Padding functions arround +// Padding functions around function say(word) { console.log(word); } From 2c20862be1179550deb346c4a578e383ca8535d8 Mon Sep 17 00:00:00 2001 From: Feram Date: Mon, 29 Aug 2016 21:53:42 +0000 Subject: [PATCH 2/2] Fix package file --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 03a38fe..7cf9c10 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,12 @@ "description": "Node Beginer", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node server.js" }, "repository": { "type": "git", - "url": "git+https://github.com/max33nau/nodeWeek1LongReading.git" + "url": "https://github.com/max33nau/nodeWeek1LongReading" }, "author": "Max Jacobsen", "license": "ISC", @@ -18,5 +19,8 @@ "homepage": "https://github.com/max33nau/nodeWeek1LongReading#readme", "devDependencies": { "formidable": "^1.0.17" - } + }, + "keywords": [ + "nodebeginner" + ] }