hasting-swatchcart-module 1.0.0 → 1.0.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 +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,10 +11,6 @@ There are two ways of using this module: `NPM` or `CDN`
11
11
  npm i hasting-swatchcart-module
12
12
  ```
13
13
 
14
- ### Download JSON mock data
15
-
16
- ➡️ [Click here to download `demo-data.json`](src/mockAttribute.json)
17
-
18
14
  ### NPM usage
19
15
 
20
16
  ```js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hasting-swatchcart-module",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"