@expo/package-manager 0.0.44 → 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 +2 -2
- package/package.json +3 -4
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>
|
|
@@ -48,7 +48,7 @@ The Expo source code is made available under the [MIT license](LICENSE). Some of
|
|
|
48
48
|
---
|
|
49
49
|
|
|
50
50
|
<p>
|
|
51
|
-
<a aria-label="sponsored by expo" href="http://expo.
|
|
51
|
+
<a aria-label="sponsored by expo" href="http://expo.dev">
|
|
52
52
|
<img src="https://img.shields.io/badge/SPONSORED%20BY%20EXPO-4630EB.svg?style=for-the-badge" target="_blank" />
|
|
53
53
|
</a>
|
|
54
54
|
<a aria-label="@expo/package-manager is free to use" href="/LICENSE" target="_blank">
|
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",
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
"sudo-prompt": "9.1.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@expo/babel-preset-cli": "0.2.21",
|
|
48
47
|
"@types/npm-package-arg": "^6.1.0",
|
|
49
48
|
"@types/rimraf": "^3.0.0",
|
|
50
49
|
"@types/split": "^1.0.0"
|