@edelstone/tints-and-shades 0.1.5 → 0.1.6

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @edelstone/tints-and-shades
2
2
 
3
3
  Deterministic tint and shade generator for 6-character hex colors.
4
- Used internally by the [Tint & Shade Generator](https://maketintsandshades.com) and published as a standalone API.
4
+ Used internally by the [Tint & Shade Generator](https://maketintsandshades.com) and published here as a standalone API.
5
5
 
6
6
  ## Install
7
7
 
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "engines": {
13
13
  "node": ">=18"
14
14
  },
15
- "version": "0.1.5",
15
+ "version": "0.1.6",
16
16
  "description": "Deterministic tint and shade generator for 6-character hex colors.",
17
17
  "license": "MIT",
18
18
  "type": "module",