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

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