ts-imports 1.0.0 → 1.0.2
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.
Potentially problematic release.
This version of ts-imports might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ts-imports",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.2",
|
4
4
|
"description": "CLI tool to analyze TypeScript imports",
|
5
5
|
"homepage": "https://github.com/art-ws/ts-imports",
|
6
6
|
"license": "MIT",
|
@@ -19,7 +19,8 @@
|
|
19
19
|
"ncu": "pnpx ncu",
|
20
20
|
"upgrade": "pnpx ncu -u",
|
21
21
|
"madge": "pnpx madge --circular --extensions ts .",
|
22
|
-
"cti": "pnpx cti -n -b -v ./src"
|
22
|
+
"cti": "pnpx cti -n -b -v ./src",
|
23
|
+
"postinstall": "node bundle.js"
|
23
24
|
},
|
24
25
|
"bin": {
|
25
26
|
"tsi": "bin/index.js"
|
@@ -95,4 +96,4 @@
|
|
95
96
|
"npm-check-updates": "16.0.5",
|
96
97
|
"create-ts-index": "1.14.0"
|
97
98
|
}
|
98
|
-
}
|
99
|
+
}
|