@nice-digital/nds-a-z-list 0.2.1-alpha.0 → 0.2.1

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 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,7 +18,7 @@ Import the `AZList` and `AZListItem` components from the package and use within
18
18
 
19
19
  ```jsx
20
20
  import React from "react";
21
- import { AZList, AZListItem } from "@nice-digital/nds-alphabet";
21
+ import { AZList, AZListItem } from "@nice-digital/nds-a-z-list";
22
22
 
23
23
  const allLetters = "abcdefghijklmnopqrstuvwxyz".split("");
24
24
 
@@ -116,4 +116,3 @@ If you're not using [React](#react), then include the [SCSS as above](#scss) and
116
116
  </li>
117
117
  </ol>
118
118
  ```
119
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice-digital/nds-a-z-list",
3
- "version": "0.2.1-alpha.0",
3
+ "version": "0.2.1",
4
4
  "description": "A to Z list component for the NICE Design System",
5
5
  "main": "lib/AZList.js",
6
6
  "module": "es/AZList.js",
@@ -36,5 +36,5 @@
36
36
  "dependencies": {
37
37
  "prop-types": "^15.8.1"
38
38
  },
39
- "gitHead": "d684b6c470540e6855c13ae2f1bd5bdbbc1910fe"
39
+ "gitHead": "df3d79b9696c7f06caeb26dd2828190ba3c17dc2"
40
40
  }