@justinmoto/frontend-guardian-core 0.1.13 → 0.1.14

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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # @justinmoto/frontend-guardian-core
2
2
 
3
- Scan engine for **Frontend Guardian**. Use this package only if you want to run the scanner from your own Node code (programmatic use).
3
+ Scan engine for **Frontend Guardian**.
4
+
5
+ **What is Frontend Guardian?** It helps frontend teams keep UIs consistent. After you ship, spacing, borders, colors, and components often drift. This tool scans your code (Tailwind, JSX/TSX) and flags inconsistent spacing, arbitrary colors, mixed border-radius, duplicate components, and similar issues so you can fix them before they pile up.
6
+
7
+ Use this package only if you want to run the scanner from your own Node code (programmatic use).
4
8
 
5
9
  **Most users:** run the CLI instead (no install):
6
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justinmoto/frontend-guardian-core",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Scan engine for Frontend Guardian. To run scans from the CLI use: npx frontend-guardian .",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",