Skip to content

Commit f9f2893

Browse files
v1.0.2 release 🚀
1 parent 560285e commit f9f2893

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Automate your local development environment and build static sites (vanilla-JS)
1212

1313
## How it works
1414

15-
1. Choose your favourite CSS framework to work with.
15+
* Choose your favourite CSS framework to work with.
1616

1717
![scaffold-static](https://i.imgur.com/8KnFcb8.jpg)
1818

19-
2. Generates the required boilerplate for you.
19+
* Generates the required boilerplate for you.
2020

2121
![scaffold-static-console](https://i.imgur.com/xYUTBCe.jpg)
2222

23-
3. Shows up the template within your default browser.
23+
* Shows up the template within your default browser.
2424

2525
![Template served](https://i.imgur.com/iNjkl9F.jpg)
2626

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scaffold-static",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Start out building static websites powered by vanilla-js with this CLI tool",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)