@ui-entropy/scanner-core 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -125,7 +125,7 @@ Use subject to UI Entropy subscription terms.
125
125
 
126
126
  - 📖 [Documentation](https://uientropy.com/docs)
127
127
  - 💼 [Commercial Support](https://uientropy.com/contact)
128
- - 🐛 [Report Issues](https://github.com/ui-entropy/ui-entropy/issues)
128
+ - 🐛 [Report Issues](https://github.com/dmanzer2/ui-entropy/issues)
129
129
 
130
130
  ---
131
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui-entropy/scanner-core",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "CSS waste detection engine - finds unused classes and IDs in your codebase",
6
6
  "main": "./dist/index.js",
@@ -35,11 +35,11 @@
35
35
  "homepage": "https://uientropy.com",
36
36
  "repository": {
37
37
  "type": "git",
38
- "url": "https://github.com/ui-entropy/ui-entropy.git",
38
+ "url": "https://github.com/dmanzer2/ui-entropy.git",
39
39
  "directory": "packages/scanner-core"
40
40
  },
41
41
  "bugs": {
42
- "url": "https://github.com/ui-entropy/ui-entropy/issues"
42
+ "url": "https://github.com/dmanzer2/ui-entropy/issues"
43
43
  },
44
44
  "files": [
45
45
  "dist/**/*.js",