expo-backend-types 0.0.27 → 0.0.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/dist/main.d.ts +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-backend-types",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "",
5
5
  "author": "Expo",
6
6
  "private": false,
@@ -71,7 +71,7 @@
71
71
  "tsconfig-paths": "^4.2.0",
72
72
  "typescript": "^5.4.5"
73
73
  },
74
- "main": "dist/main.d.ts",
74
+ "main": "types/index.d.ts",
75
75
  "exports": {
76
76
  ".": {
77
77
  "import": "./types/index.d.ts",
package/dist/main.d.ts DELETED
@@ -1 +0,0 @@
1
- export {};