@bytefaceinc/web-lang 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="
|
|
2
|
+
<img src="https://github.com/theRegex/web-lang/blob/main/assets/logo-w.png" alt="WEB Lang logo" width="180" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">WEB Lang</h1>
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
Write structure, styling, metadata, responsive behavior, and small compile-time helpers in one language, then initialize starter projects, compile to standard HTML and CSS, render polished screenshots, or keep a live watch session running while you iterate.
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
|
-
<img src="
|
|
15
|
+
<img src="https://github.com/theRegex/web-lang/blob/main/assets/banner-illustrated.png" alt="WEB Lang banner"/>
|
|
16
16
|
|
|
17
17
|
## What WEB Lang Is
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bytefaceinc/web-lang",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "WEB Lang compiler and CLI for authoring .web power docs that compile to HTML, CSS, render screenshots, and support watch mode",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "commonjs",
|