Skip to content

Commit 7a500fb

Browse files
committed
1.5.0
1 parent 342c76b commit 7a500fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-print-tree",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Print a file tree of a project and its exports",
55
"homepage": "https://github.com/grrowl/ts-print-tree",
66
"keywords": [
@@ -15,11 +15,11 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/grrowl/ts-print-tree.git"
18+
"url": "git+https://github.com/grrowl/ts-print-tree.git"
1919
},
2020
"main": "dist/index.js",
2121
"bin": {
22-
"ts-print-tree": "./dist/cli.js"
22+
"ts-print-tree": "dist/cli.js"
2323
},
2424
"scripts": {
2525
"build": "tsc && chmod +x dist/cli.js",

0 commit comments

Comments
 (0)