git-ripper 1.0.5 → 1.0.7
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/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "git-ripper",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Git-ripper is a lightweight CLI tool that lets you download specific folders from GitHub repositories without cloning the entire repo. Whether you need a single component from a large monorepo or a quick configuration file, Git-ripper saves time and bandwidth by fetching only what you need.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
7
|
-
"git-ripper": "
|
|
7
|
+
"git-ripper": "bin/git-ripper.js"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -12,11 +12,12 @@
|
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"git",
|
|
15
|
-
"clone",
|
|
16
15
|
"github",
|
|
17
16
|
"subfolder",
|
|
17
|
+
"clone",
|
|
18
18
|
"repository",
|
|
19
|
-
"download"
|
|
19
|
+
"download",
|
|
20
|
+
"git-ripper"
|
|
20
21
|
],
|
|
21
22
|
"author": "sairajb",
|
|
22
23
|
"license": "MIT",
|