From 43a1bb4a79453ed4876b87ae903cf2341ada6d78 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 5 Oct 2017 16:25:28 +1100 Subject: [PATCH] Fix the tag format in the repository URL - I thought npm version didn't include the leading v but it does --- templates/default-layout.hamlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet index 4d9da5d..abd0e59 100644 --- a/templates/default-layout.hamlet +++ b/templates/default-layout.hamlet @@ -34,4 +34,4 @@ $with Package { packageName = n, packageVersion = v, packageRepository = r } <- package

powered by # - #{n} #{v} + #{n} #{v}