We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43c9b1 commit 49c939aCopy full SHA for 49c939a
1 file changed
package.json
@@ -2,6 +2,10 @@
2
"name": "treei",
3
"version": "1.2.9",
4
"description": "a directory structure tree generator",
5
+ "publishConfig": {
6
+ "access": "public",
7
+ "registry": "https://registry.npmjs.org/"
8
+ },
9
"repository": {
10
"url": "https://github.com/w2xi/treei"
11
},
@@ -25,6 +29,9 @@
25
29
"tree",
26
30
"tree structure"
27
31
],
32
+ "files": [
33
+ "dist"
34
+ ],
28
35
"author": "w2xi",
36
"license": "MIT",
37
"devDependencies": {
0 commit comments