@pnpm/exe 8.9.2 → 8.10.0-0
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 +0 -14
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -20,20 +20,6 @@ wget -qO- https://get.pnpm.io/install.sh | sh -
|
|
|
20
20
|
|
|
21
21
|
After installation, restart your shell to get pnpm accessible.
|
|
22
22
|
|
|
23
|
-
### Alternatively, if you do have Node.js installed
|
|
24
|
-
|
|
25
|
-
On macOS, Linux, or Windows Subsystem for Linux:
|
|
26
|
-
|
|
27
|
-
```
|
|
28
|
-
curl -f https://get.pnpm.io/v6.16.js | node - add --global @pnpm/exe
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
On Windows (using PowerShell):
|
|
32
|
-
|
|
33
|
-
```
|
|
34
|
-
(Invoke-WebRequest 'https://get.pnpm.io/v6.16.js' -UseBasicParsing).Content | node - add --global @pnpm/exe
|
|
35
|
-
```
|
|
36
|
-
|
|
37
23
|
## License
|
|
38
24
|
|
|
39
25
|
MIT
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/exe",
|
|
3
3
|
"description": "Fast, disk space efficient package manager",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.10.0-0",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
7
7
|
},
|
|
8
8
|
"optionalDependencies": {
|
|
9
|
-
"@pnpm/linux-arm64": "8.
|
|
10
|
-
"@pnpm/linux-x64": "8.
|
|
11
|
-
"@pnpm/macos-arm64": "8.
|
|
12
|
-
"@pnpm/macos-x64": "8.
|
|
13
|
-
"@pnpm/win-x64": "8.
|
|
9
|
+
"@pnpm/linux-arm64": "8.10.0-0",
|
|
10
|
+
"@pnpm/linux-x64": "8.10.0-0",
|
|
11
|
+
"@pnpm/macos-arm64": "8.10.0-0",
|
|
12
|
+
"@pnpm/macos-x64": "8.10.0-0",
|
|
13
|
+
"@pnpm/win-x64": "8.10.0-0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"execa": "npm:safe-execa@0.1.2",
|
|
17
17
|
"pkg": "5.8.1",
|
|
18
|
-
"@pnpm/exe": "8.
|
|
18
|
+
"@pnpm/exe": "8.10.0-0"
|
|
19
19
|
},
|
|
20
20
|
"funding": "https://opencollective.com/pnpm",
|
|
21
21
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/exe#readme",
|