From e0da4fc802b77e1dc145c32fcaf746c143272817 Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Fri, 20 Sep 2019 12:43:08 +0200 Subject: [PATCH] Add hello-world version This exercise is already synced with the latest canonical-data, but a version (#688) is missing. --- exercises/hello-world/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/hello-world/package.json b/exercises/hello-world/package.json index 893bf6fdd0..cbcfae4a9e 100644 --- a/exercises/hello-world/package.json +++ b/exercises/hello-world/package.json @@ -1,5 +1,6 @@ { "name": "exercism-javascript", + "version": "1.1.0", "description": "Exercism exercises in Javascript.", "author": "Katrina Owen", "private": true,