Skip to content

Commit 49c939a

Browse files
committed
chore: adjust package.json
1 parent d43c9b1 commit 49c939a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "treei",
33
"version": "1.2.9",
44
"description": "a directory structure tree generator",
5+
"publishConfig": {
6+
"access": "public",
7+
"registry": "https://registry.npmjs.org/"
8+
},
59
"repository": {
610
"url": "https://github.com/w2xi/treei"
711
},
@@ -25,6 +29,9 @@
2529
"tree",
2630
"tree structure"
2731
],
32+
"files": [
33+
"dist"
34+
],
2835
"author": "w2xi",
2936
"license": "MIT",
3037
"devDependencies": {

0 commit comments

Comments
 (0)