github-star-lists 0.1.0 → 0.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-star-lists",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Organize GitHub starred repositories into Star Lists with dry-run plans, README fallback classification, and list description sync.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -28,6 +28,14 @@
28
28
  ],
29
29
  "author": "",
30
30
  "license": "MIT",
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "git+https://github.com/sohee-zoe/github-star-lists.git"
34
+ },
35
+ "bugs": {
36
+ "url": "https://github.com/sohee-zoe/github-star-lists/issues"
37
+ },
38
+ "homepage": "https://github.com/sohee-zoe/github-star-lists#readme",
31
39
  "engines": {
32
40
  "node": ">=20"
33
41
  },
File without changes