block-template-html
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "block-template-html", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Block Protocol block template for an html-based block", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -7,5 +7,5 @@ # Block Protocol template: HTML | ||
**TL;DR:** Run `npx create-block-app [your-block-name] --template=html` | ||
**TL;DR:** Run `npx create-block-app@latest [your-block-name] --template=html` | ||
Other templates are available. See `npx create-block-app --help` | ||
Other templates are available. See `npx create-block-app@latest --help` | ||
@@ -12,0 +12,0 @@ ## Step two: write and build a component |
16546
11