@esri/solutions-components 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solutions-components",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Web Components for Esri's Solutions Applications",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -10,7 +10,7 @@
10
10
  "types": "dist/types/components.d.ts",
11
11
  "collection": "dist/collection/collection-manifest.json",
12
12
  "collection:main": "dist/collection/index.js",
13
- "unpkg": "dist/solutions/solutions.js",
13
+ "unpkg": "dist/solutions-components/solutions-components.esm.js",
14
14
  "files": [
15
15
  "dist/"
16
16
  ],