expo-backend-types 0.5.0-EXPO-286-EB-Location.8 → 0.5.0-EXPO-286-EB-Location.9

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 +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-backend-types",
3
- "version": "0.5.0-EXPO-286-EB-Location.8",
3
+ "version": "0.5.0-EXPO-286-EB-Location.9",
4
4
  "description": "",
5
5
  "author": "Expo",
6
6
  "private": false,
@@ -103,9 +103,6 @@
103
103
  "**/*.{js,ts,jsx,tsx}": [
104
104
  "prettier --write",
105
105
  "eslint --fix"
106
- ],
107
- "*.json": [
108
- "prettier --write"
109
106
  ]
110
107
  }
111
108
  }