datocms-plugin-commercelayer 2.0.1 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,9 +34,9 @@ To use the plugin you need to add a single-line field to you model in DatoCMS an
34
34
 
35
35
  Now you can browse your Commerce Layer organization SKUs, search and select them from the UI. You can also create and add new SKUs by clicking the button that redirects to Commerce Layer admin UI:
36
36
 
37
- ![SKU search](docs/sku-search.png)
38
- ![SKU selection](docs/sku-selection.png)
37
+ ![SKU search](docs/SKU-search.png)
38
+ ![SKU selection](docs/SKU-selection.png)
39
39
 
40
40
  The selected SKU's main information will then show in the related record:
41
41
 
42
- ![SKU visualization](docs/sku-visualization.png)
42
+ ![SKU visualization](docs/SKU-visualization.png)
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "main": "index.js",
6
6
  "author": "DatoCMS <support@datocms.com>",
7
7
  "license": "ISC",
8
- "version": "2.0.1",
8
+ "version": "2.0.2",
9
9
  "dependencies": {
10
10
  "@fortawesome/fontawesome-svg-core": "^1.3.0",
11
11
  "@fortawesome/free-solid-svg-icons": "^6.0.0",