branding-engine 0.2.1 → 0.2.2

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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # branding-engine
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/branding-engine.svg)](https://www.npmjs.com/package/branding-engine)
4
+ [![ci](https://github.com/joeseverino/branding-engine/actions/workflows/ci.yml/badge.svg)](https://github.com/joeseverino/branding-engine/actions/workflows/ci.yml)
5
+ [![node](https://img.shields.io/node/v/branding-engine.svg)](https://nodejs.org)
6
+ [![license: MIT](https://img.shields.io/npm/l/branding-engine.svg)](./LICENSE)
7
+
3
8
  Generate a consistent brand kit from a compact alphanumeric mark and one accent
4
9
  color. Outputs include favicons, vector and raster marks, wordmark lockups,
5
10
  brand sheets, social cards, manifests, and CSS tokens.
@@ -38,7 +43,7 @@ Illustrative input using a non-production sample palette:
38
43
  "name": "Brand systems, generated.",
39
44
  "tagline": "Marks, wordmarks, sheets, web assets, and social cards from one config.",
40
45
  "meta": "Illustrative branding-engine example",
41
- "url": "github.com/jseverino/branding-engine"
46
+ "url": "github.com/joeseverino/branding-engine"
42
47
  }
43
48
  ]
44
49
  }
@@ -31,7 +31,7 @@ sample palette. It runs the full-kit `build` command from
31
31
  "name": "Brand systems, generated.",
32
32
  "tagline": "Marks, wordmarks, sheets, web assets, and social cards from one config.",
33
33
  "meta": "Illustrative branding-engine example",
34
- "url": "github.com/jseverino/branding-engine"
34
+ "url": "github.com/joeseverino/branding-engine"
35
35
  }
36
36
  ]
37
37
  }
@@ -24,7 +24,7 @@
24
24
  "name": "Brand systems, generated.",
25
25
  "tagline": "Marks, wordmarks, sheets, web assets, and social cards from one config.",
26
26
  "meta": "Illustrative branding-engine example",
27
- "url": "github.com/jseverino/branding-engine"
27
+ "url": "github.com/joeseverino/branding-engine"
28
28
  }
29
29
  ]
30
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "branding-engine",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Generate favicons, marks, wordmarks, social cards, brand sheets, and web tokens from one color and a 1-3 character glyph.",
5
5
  "type": "module",
6
6
  "scripts": {