git-dlp 0.2.1 → 0.2.3

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 (1) hide show
  1. package/package.json +6 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "git-dlp",
3
3
  "type": "module",
4
- "version": "0.2.1",
4
+ "version": "0.2.3",
5
5
  "description": "Download any directory at any depth from any repo on GitHub on any git ref",
6
6
  "devDependencies": {
7
7
  "@effect/language-service": "^0.86.2",
@@ -121,6 +121,11 @@
121
121
  "types": "./dist-types/index.d.ts",
122
122
  "bin": {
123
123
  "gdl": "dist/git-dlp.js",
124
+ "gitdl": "dist/git-dlp.js",
125
+ "dlgit": "dist/git-dlp.js",
126
+ "dgit": "dist/git-dlp.js",
127
+ "gitd": "dist/git-dlp.js",
128
+ "git-dl": "dist/git-dlp.js",
124
129
  "git-dlp": "dist/git-dlp.js"
125
130
  },
126
131
  "files": [