@expo/prebuild-config 3.1.0 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +15 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,3 +1,16 @@
1
- # @expo/prebuild-config
1
+ <!-- Title -->
2
+ <h1 align="center">
3
+ 👋 Welcome to <br><code>@expo/prebuild-config</code>
4
+ </h1>
2
5
 
3
- Get the modified config for `expo prebuild`.
6
+ <p align="center">Get the modified config for <code>expo prebuild</code>.</p>
7
+
8
+ <p align="center">
9
+ <img src="https://flat.badgen.net/packagephobia/install/@expo/prebuild-config">
10
+
11
+ <a href="https://www.npmjs.com/package/@expo/prebuild-config">
12
+ <img src="https://flat.badgen.net/npm/dw/@expo/prebuild-config" target="_blank" />
13
+ </a>
14
+ </p>
15
+
16
+ <!-- Body -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/prebuild-config",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Get the prebuild config",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -35,11 +35,11 @@
35
35
  "@types/xml2js": "^0.4.5"
36
36
  },
37
37
  "dependencies": {
38
- "@expo/config": "6.0.19",
39
- "@expo/config-plugins": "4.1.0",
38
+ "@expo/config": "6.0.20",
39
+ "@expo/config-plugins": "4.1.1",
40
40
  "@expo/config-types": "^44.0.0",
41
- "@expo/image-utils": "0.3.18",
42
- "@expo/json-file": "8.2.34",
41
+ "@expo/image-utils": "0.3.19",
42
+ "@expo/json-file": "8.2.35",
43
43
  "debug": "^4.3.1",
44
44
  "expo-modules-autolinking": "~0.5.1",
45
45
  "fs-extra": "^9.0.0",