zemdomu 1.3.0 → 1.3.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 (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "zemdomu",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "Semantic HTML linter for HTML, JSX, and TSX. Detects accessibility, SEO, and structure issues before deployment.",
5
5
  "main": "./out/index.js",
6
+ "types": "./out/src/index.d.ts",
6
7
  "bin": {
7
- "zemdomu": "./out/cli.js"
8
+ "zemdomu": "./out/src/cli.js"
8
9
  },
9
10
  "files": [
10
11
  "out"
@@ -13,7 +14,8 @@
13
14
  "scripts": {
14
15
  "build": "tsc -p tsconfig.json",
15
16
  "compile": "tsc -p tsconfig.json",
16
- "test": "npm run compile && mocha out/**/*.test.js"
17
+ "test": "npm run compile && mocha out/**/*.test.js",
18
+ "prepublishOnly": "npm run compile && npm test"
17
19
  },
18
20
  "keywords": [
19
21
  "html",