igloo-d2c-components 1.1.9 → 1.1.11

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igloo-d2c-components",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "description": "Reusable component library with tenant-aware theming for B2C applications",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -16,7 +16,6 @@
16
16
  },
17
17
  "files": [
18
18
  "dist",
19
- "README.md",
20
19
  "dist/assets"
21
20
  ],
22
21
  "sideEffects": false,
@@ -26,7 +25,6 @@
26
25
  "lint": "eslint src --ext .ts,.tsx",
27
26
  "type-check": "tsc --noEmit",
28
27
  "clean": "rimraf dist",
29
- "prepare": "yarn build",
30
28
  "prepublishOnly": "bash scripts/auto-version-bump.sh && yarn security:check && yarn clean && yarn build",
31
29
  "storybook": "storybook dev -p 6006",
32
30
  "build-storybook": "storybook build",
@@ -126,10 +124,6 @@
126
124
  "access": "public",
127
125
  "registry": "https://registry.npmjs.org/"
128
126
  },
129
- "bugs": {
130
- "url": "https://gitlab.iglooinsure.com/axinan/fe/d2c-component-library/-/issues"
131
- },
132
- "homepage": "https://gitlab.iglooinsure.com/axinan/fe/d2c-component-library#readme",
133
127
  "dependencies": {
134
128
  "process": "0.11.10"
135
129
  }