@danixl30/file-explorer-cli 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -1
- package/readme.md +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@danixl30/file-explorer-cli",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.2",
|
4
4
|
"license": "MIT",
|
5
5
|
"bin": {
|
6
6
|
"files": "dist/cli.js"
|
@@ -9,6 +9,10 @@
|
|
9
9
|
"engines": {
|
10
10
|
"node": ">=16"
|
11
11
|
},
|
12
|
+
"repository": {
|
13
|
+
"type": "git",
|
14
|
+
"url": "https://github.com/danixl30/cli-file-explorer"
|
15
|
+
},
|
12
16
|
"files": [
|
13
17
|
"dist"
|
14
18
|
],
|