soso-ppm 2.4.8 → 2.4.34

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 +7 -1
  2. package/package.json +2 -5
package/README.md CHANGED
@@ -7,6 +7,7 @@ To install, publish, update packages, you'll need the pre-requesites below
7
7
  - Node.js (https://nodejs.org)
8
8
  - Git (https://git-scm.com/)
9
9
  ## How to install?
10
+ ### From Source
10
11
  First, clone the repo:
11
12
  ```bash
12
13
  git clone --branch master --single-branch https://github.com/Nitogx/soso-ppm.git
@@ -19,7 +20,12 @@ And lastly, link it:
19
20
  ```console
20
21
  npm link
21
22
  ```
22
- ### How to use it?
23
+ ### Using the official node package
24
+ ```bash
25
+ npm i -g soso-ppm
26
+ ```
27
+
28
+ ## How to use it?
23
29
  In a new terminal run:
24
30
  ```bash
25
31
  soso -h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soso-ppm",
3
- "version": "2.4.8",
3
+ "version": "2.4.34",
4
4
  "description": "Package manager made using nodejs",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -17,7 +17,6 @@
17
17
  ],
18
18
  "author": "Nitogx",
19
19
  "license": "MIT",
20
-
21
20
  "repository": {
22
21
  "type": "git",
23
22
  "url": "https://github.com/Nitogx/soso-ppm.git"
@@ -26,12 +25,10 @@
26
25
  "url": "https://github.com/Nitogx/soso-ppm/issues"
27
26
  },
28
27
  "homepage": "https://github.com/Nitogx/soso-ppm#readme",
29
-
30
28
  "dependencies": {
31
29
  "semver": "^7.5.4",
32
30
  "chalk": "^4.1.2",
33
- "tar": "^6.2.0",
34
- "@soso/utils": "*"
31
+ "tar": "^6.2.0"
35
32
  },
36
33
  "engines": {
37
34
  "node": ">=14.0.0"