@bytefaceinc/web-lang 0.1.3 → 0.1.5

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.
Files changed (2) hide show
  1. package/README.md +10 -2
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -1,9 +1,15 @@
1
1
  <p align="center">
2
- <img src="https://github.com/theRegex/web-lang/blob/main/assets/logo-w.png" alt="WEB Lang logo" width="180" />
2
+ <img src="https://cdn.jsdelivr.net/npm/@bytefaceinc/web-lang@latest/assets/logo-w.png" alt="WEB Lang logo" width="180" />
3
3
  </p>
4
4
 
5
5
  <h1 align="center">WEB Lang</h1>
6
6
 
7
+ <p align="center">
8
+ <img alt="Build" src="https://img.shields.io/badge/build-passing-2ea44f?style=for-the-badge" />
9
+ <img alt="Release" src="https://img.shields.io/badge/release-v2026.4.2-2088FF?style=for-the-badge" />
10
+ <img alt="License" src="https://img.shields.io/npm/l/%40bytefaceinc%2Fweb-lang?style=for-the-badge&label=license" />
11
+ </p>
12
+
7
13
  <p align="center">
8
14
  <strong>.web is a power doc for rich website layouts.</strong>
9
15
  </p>
@@ -12,7 +18,9 @@
12
18
  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
19
  </p>
14
20
 
15
- <img src="https://github.com/theRegex/web-lang/blob/main/assets/banner-illustrated.png" alt="WEB Lang banner"/>
21
+ <p align="center">
22
+ <img src="https://cdn.jsdelivr.net/npm/@bytefaceinc/web-lang@latest/assets/banner-illustrated.png" alt="WEB Lang banner"/>
23
+ </p>
16
24
 
17
25
  ## What WEB Lang Is
18
26
 
package/package.json CHANGED
@@ -1,8 +1,16 @@
1
1
  {
2
2
  "name": "@bytefaceinc/web-lang",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
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
+ "homepage": "https://github.com/theRegex/web-lang#readme",
7
+ "bugs": {
8
+ "url": "https://github.com/theRegex/web-lang/issues"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/theRegex/web-lang.git"
13
+ },
6
14
  "type": "commonjs",
7
15
  "main": "./compiler.js",
8
16
  "exports": {