@expo/package-manager 0.0.47 → 0.0.48
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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<b>A library for installing and finding packages in a node project</b>
|
|
10
10
|
<br/>
|
|
11
11
|
<br/>
|
|
12
|
-
<a aria-label="Circle CI" href="https://circleci.com/gh/expo/expo-cli/tree/
|
|
12
|
+
<a aria-label="Circle CI" href="https://circleci.com/gh/expo/expo-cli/tree/main">
|
|
13
13
|
<img alt="Circle CI" src="https://flat.badgen.net/circleci/github/expo/expo-cli?label=Circle%20CI&labelColor=555555&icon=circleci">
|
|
14
14
|
</a>
|
|
15
15
|
</p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/package-manager",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.48",
|
|
4
4
|
"description": "A library for installing and finding packages in a node project",
|
|
5
5
|
"main": "build",
|
|
6
6
|
"scripts": {
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"bugs": {
|
|
29
29
|
"url": "https://github.com/expo/expo-cli/issues"
|
|
30
30
|
},
|
|
31
|
-
"homepage": "https://github.com/expo/expo-cli/tree/
|
|
31
|
+
"homepage": "https://github.com/expo/expo-cli/tree/main/packages/package-manager#readme",
|
|
32
32
|
"files": [
|
|
33
33
|
"build"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@expo/json-file": "8.2.
|
|
36
|
+
"@expo/json-file": "8.2.34",
|
|
37
37
|
"@expo/spawn-async": "^1.5.0",
|
|
38
38
|
"ansi-regex": "^5.0.0",
|
|
39
39
|
"chalk": "^4.0.0",
|