From 3712c51e3b188676b96e043b5e0b8c95aa5e62f5 Mon Sep 17 00:00:00 2001 From: Balu John Thomas Date: Thu, 18 Jan 2018 19:47:12 +0530 Subject: [PATCH] Updated boilerplate template HTML --- generators/app/templates/index.html | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/generators/app/templates/index.html b/generators/app/templates/index.html index 192fa37..7d371fd 100644 --- a/generators/app/templates/index.html +++ b/generators/app/templates/index.html @@ -7,7 +7,7 @@ - + @@ -17,7 +17,7 @@ - + diff --git a/package-lock.json b/package-lock.json index 9a5ff04..2657c2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "generator-sldsbp_bjt", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 32a17ca..aba82df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-sldsbp_bjt", - "version": "2.0.1", + "version": "2.1.0", "description": "SLDS boiler plate created by Balu John Thomas (BJT)", "main": "index.js", "repository": "black-signature/generator-sldsbp_bjt",