From f9f2893b103f51f1e620bd85b2ff05866a5cbf67 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Sat, 5 Jan 2019 14:00:17 +0530 Subject: [PATCH] v1.0.2 release :rocket: --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6e28df..c131bc8 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,15 @@ Automate your local development environment and build static sites (vanilla-JS) ## How it works -1. Choose your favourite CSS framework to work with. +* Choose your favourite CSS framework to work with. ![scaffold-static](https://i.imgur.com/8KnFcb8.jpg) -2. Generates the required boilerplate for you. +* Generates the required boilerplate for you. ![scaffold-static-console](https://i.imgur.com/xYUTBCe.jpg) -3. Shows up the template within your default browser. +* Shows up the template within your default browser. ![Template served](https://i.imgur.com/iNjkl9F.jpg) diff --git a/package.json b/package.json index a6cec7d..6ef4130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scaffold-static", - "version": "1.0.1", + "version": "1.0.2", "description": "Start out building static websites powered by vanilla-js with this CLI tool", "main": "index.js", "directories": {