@moda/tokens 5.10.22 → 5.10.24

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 +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![CircleCI](https://img.shields.io/circleci/build/github/ModaOperandi/tokens)](https://circleci.com/gh/ModaOperandi/tokens) [![npm](https://img.shields.io/npm/v/@moda/tokens)](https://www.npmjs.com/package/@moda/tokens)
4
4
 
5
- Been here before? Visit the [click-to-copy](https://moda-tokens.netlify.com/) documentation. First time? Keep reading.
5
+ Been here before? Visit the [click-to-copy](https://moda-tokens.netlify.app/) documentation. First time? Keep reading.
6
6
 
7
7
  ## What is this?
8
8
 
@@ -50,6 +50,12 @@ import { color } from "@moda/tokens";
50
50
  color("ink");
51
51
  ```
52
52
 
53
+ - **Netlify deploy config** is located here: https://github.com/ModaOperandi/tokens/blob/main/netlify.toml
54
+
55
+ - **Netlify site overview**: https://app.netlify.com/sites/moda-tokens/overview
56
+
57
+ (settings specified in netlify.toml override any corresponding settings in the Netlify UI)
58
+
53
59
  ## API
54
60
 
55
61
  ### SASS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moda/tokens",
3
- "version": "5.10.22",
3
+ "version": "5.10.24",
4
4
  "description": "Constant values for modaoperandi.com",
5
5
  "repository": "git@github.com:ModaOperandi/tokens.git",
6
6
  "author": "Moda Operandi",