codescoop 1.0.0 → 1.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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -233,12 +233,12 @@ Frontend analysis is hard. Here is how CodeScoop solves the common "black holes"
233
233
  ## Contributing
234
234
 
235
235
  Found a bug? Want a feature? PRs welcome!
236
-
237
- ```bash
238
- git clone https://github.com/yourusername/codescoop.git
239
- cd codescoop && npm install
240
- node bin/codescoop.js test/sample.html -s ".navbar"
241
- ```
236
+
237
+ ```bash
238
+ git clone https://github.com/lumos021/codescoop.git
239
+ cd codescoop && npm install
240
+ node bin/codescoop.js test/sample.html -s ".navbar"
241
+ ```
242
242
 
243
243
  ---
244
244
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codescoop",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Extract HTML component dependencies for AI-powered React/Next.js conversion",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -38,16 +38,16 @@
38
38
  "blade",
39
39
  "twig"
40
40
  ],
41
- "author": "",
41
+ "author": "Lumos021",
42
42
  "license": "MIT",
43
43
  "repository": {
44
44
  "type": "git",
45
- "url": "https://github.com/yourusername/codescoop.git"
45
+ "url": "https://github.com/lumos021/codescoop.git"
46
46
  },
47
47
  "bugs": {
48
- "url": "https://github.com/yourusername/codescoop/issues"
48
+ "url": "https://github.com/lumos021/codescoop/issues"
49
49
  },
50
- "homepage": "https://github.com/yourusername/codescoop#readme",
50
+ "homepage": "https://github.com/lumos021/codescoop#readme",
51
51
  "engines": {
52
52
  "node": ">=16.0.0"
53
53
  },