@ndla/ui 37.0.5 → 37.0.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 +2 -2
package/README.md CHANGED
@@ -18,7 +18,7 @@ The following dependencies are optional, but some components may depend on one o
18
18
 
19
19
  ```js
20
20
  react-router
21
- @ndla/article-scripts
21
+ @ndla/article-converter
22
22
  @ndla/button
23
23
  @ndla/licenses
24
24
  @ndla/icons
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/ui",
3
- "version": "37.0.5",
3
+ "version": "37.0.6",
4
4
  "description": "UI component library for NDLA.",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "gitHead": "94f267adcdca7d083503c85cb5721377f5082b21"
89
+ "gitHead": "8fbb556198d4854e5a5299964b10fe67adf7adb1"
90
90
  }