mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-18 00:56:30 +03:00
Switch @impeccable/detect dependency to npm registry
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
3edb1bbe40
commit
1a28702d24
Generated
+5
-4
@@ -9,7 +9,7 @@
|
||||
"version": "2.0.2",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@impeccable/detect": "github:pbakaus/impeccable-detect"
|
||||
"@impeccable/detect": "^2.0.3"
|
||||
},
|
||||
"bin": {
|
||||
"impeccable": "bin/impeccable"
|
||||
@@ -1338,14 +1338,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@impeccable/detect": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "git+ssh://git@github.com/pbakaus/impeccable-detect.git#81b49ccd7584b35257f89cf6def5743ee5ae4336",
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@impeccable/detect/-/detect-2.0.3.tgz",
|
||||
"integrity": "sha512-8RnrdV1fWqQv5pOIr0zpj9pvOzw8Q7ql3K8N+q9yv0kY0lUNgF0jo3z6MFI7AU9Zbc8tsOlomOBSY4iIWvfHwQ==",
|
||||
"license": "BSL-1.1",
|
||||
"dependencies": {
|
||||
"jsdom": "^29.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"impeccable-detect": "bin/cli.mjs"
|
||||
"impeccable-detect": "bin/cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
"LICENSE"
|
||||
],
|
||||
"dependencies": {
|
||||
"@impeccable/detect": "github:pbakaus/impeccable-detect"
|
||||
"@impeccable/detect": "^2.0.3"
|
||||
},
|
||||
"description": "Detect UI anti-patterns and design quality issues from the command line",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user