knip 3.0.0 → 3.0.1
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.
- package/README.md +19 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# ✂️ Knip
|
|
2
|
+
|
|
3
|
+
Knip finds **unused files, dependencies and exports** in your JavaScript and TypeScript projects. Less code and
|
|
4
|
+
dependencies lead to improved performance, less maintenance and easier refactorings.
|
|
5
|
+
|
|
6
|
+
The documentation is available at [knip.dev][1].
|
|
7
|
+
|
|
8
|
+
This package is part of [the Knip monorepo][2].
|
|
9
|
+
|
|
10
|
+
## Contributors
|
|
11
|
+
|
|
12
|
+
Special thanks to the wonderful people who have contributed to this project:
|
|
13
|
+
|
|
14
|
+
[![Contributors][4]][3]
|
|
15
|
+
|
|
16
|
+
[1]: https://knip.dev
|
|
17
|
+
[2]: https://www.npmjs.com/package/knip
|
|
18
|
+
[3]: https://github.com/webpro/knip/graphs/contributors
|
|
19
|
+
[4]: https://contrib.rocks/image?repo=webpro/knip
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "3.0.
|
|
1
|
+
export declare const version = "3.0.1";
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '3.0.
|
|
1
|
+
export const version = '3.0.1';
|