@foris/avocado-suite 0.0.1-beta.3 → 0.0.1-beta.4

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 +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foris/avocado-suite",
3
- "version": "0.0.1-beta.3",
3
+ "version": "0.0.1-beta.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -15,7 +15,9 @@
15
15
  ".": {
16
16
  "import": "./dist/avocado-suite.es.js",
17
17
  "require": "./dist/avocado-suite.umd.js"
18
- }
18
+ },
19
+ "./dist/*": "./dist/*",
20
+ "./dist/index.d.ts": "./dist/index.d.ts"
19
21
  },
20
22
  "dependencies": {
21
23
  "react": "18.2.0",