@accesslint/core 0.2.4 → 0.3.0
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@accesslint/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Pure accessibility rule engine — WCAG audit with zero browser dependencies",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -24,11 +24,12 @@
|
|
|
24
24
|
"test:memory": "vitest run --config vite.memory.config.ts",
|
|
25
25
|
"act:download": "npx tsx src/act/download-fixtures.ts",
|
|
26
26
|
"test:act": "vitest run src/act/act.test.ts",
|
|
27
|
-
"prepublishOnly": "npm run build"
|
|
27
|
+
"prepublishOnly": "npm run build",
|
|
28
|
+
"release": "scripts/release.sh"
|
|
28
29
|
},
|
|
29
30
|
"repository": {
|
|
30
31
|
"type": "git",
|
|
31
|
-
"url": "git+https://github.com/
|
|
32
|
+
"url": "git+https://github.com/AccessLint/core.git"
|
|
32
33
|
},
|
|
33
34
|
"license": "MIT",
|
|
34
35
|
"publishConfig": {
|