oh-my-node-modules 1.2.5 → 1.2.7

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -71,6 +71,10 @@ bun run dev # Watch mode
71
71
 
72
72
  The built output works with both Bun and Node.js.
73
73
 
74
+ ## Repository
75
+
76
+ https://github.com/Lukasdias/oh-my-node-modules
77
+
74
78
  ## Architecture
75
79
 
76
80
  See [AGENTS.md](./AGENTS.md) for codebase documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-node-modules",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "Visualize, analyze, and clean up node_modules directories to reclaim disk space",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -51,6 +51,14 @@
51
51
  ],
52
52
  "author": "Your Name <your.email@example.com>",
53
53
  "license": "MIT",
54
+ "repository": {
55
+ "type": "git",
56
+ "url": "https://github.com/Lukasdias/oh-my-node-modules.git"
57
+ },
58
+ "homepage": "https://github.com/Lukasdias/oh-my-node-modules",
59
+ "bugs": {
60
+ "url": "https://github.com/Lukasdias/oh-my-node-modules/issues"
61
+ },
54
62
  "engines": {
55
63
  "node": ">=20.0.0"
56
64
  },