@dhis2-ui/card 8.15.0-alpha.2 → 8.15.0-alpha.3

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/card",
3
- "version": "8.15.0-alpha.2",
3
+ "version": "8.15.0-alpha.3",
4
4
  "description": "UI Card",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,6 +13,7 @@
13
13
  "main": "./build/cjs/index.js",
14
14
  "module": "./build/es/index.js",
15
15
  "exports": {
16
+ "types": "./types/index.d.ts",
16
17
  "import": "./build/es/index.js",
17
18
  "require": "./build/cjs/index.js"
18
19
  },
@@ -32,7 +33,7 @@
32
33
  },
33
34
  "dependencies": {
34
35
  "@dhis2/prop-types": "^3.1.2",
35
- "@dhis2/ui-constants": "8.15.0-alpha.2",
36
+ "@dhis2/ui-constants": "8.15.0-alpha.3",
36
37
  "classnames": "^2.3.1",
37
38
  "prop-types": "^15.7.2"
38
39
  },