@zanichelli/albe-web-components 18.7.0 → 18.7.1-0

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": "@zanichelli/albe-web-components",
3
- "version": "18.7.0",
3
+ "version": "18.7.1-0",
4
4
  "description": "The Web Components implementation of Albe, the Zanichelli's design system.",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.cjs.js",
@@ -102,5 +102,7 @@
102
102
  "collection": "dist/collection/collection-manifest.json",
103
103
  "collection:main": "dist/collection/index.js",
104
104
  "es2015": "dist/esm/index.mjs",
105
- "es2017": "dist/esm/index.mjs"
106
- }
105
+ "es2017": "dist/esm/index.mjs",
106
+ "packageManager": "yarn@4.10.3",
107
+ "stableVersion": "18.7.0"
108
+ }
@@ -1 +0,0 @@
1
- export * from "./components";