@diplodoc/folding-headings-extension 0.2.0 → 0.2.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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/folding-headings-extension",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Folding headings extension for Diplodoc platform ",
5
5
  "main": "build/plugin/index.js",
6
6
  "types": "build/plugin/index.d.ts",
@@ -41,13 +41,12 @@
41
41
  "test:watch": "vitest --config vitest.config.mjs",
42
42
  "test:coverage": "vitest run --coverage",
43
43
  "typecheck": "tsc --noEmit",
44
- "lint": "lint update && lint",
45
- "lint:fix": "lint update && lint fix",
46
- "pre-commit": "lint update && lint-staged",
47
- "prepare": "husky"
44
+ "lint": "lint",
45
+ "lint:fix": "lint fix",
46
+ "pre-commit": "lint-staged",
47
+ "prepare": "husky || true"
48
48
  },
49
49
  "devDependencies": {
50
- "@diplodoc/lint": "^1.14.1",
51
50
  "@diplodoc/tsconfig": "^1.0.2",
52
51
  "@diplodoc/utils": "^2.2.2",
53
52
  "@types/markdown-it": "^13.0.9",
@@ -55,6 +54,7 @@
55
54
  "markdown-it": "^13.0.0",
56
55
  "npm-run-all": "^4.1.5",
57
56
  "typescript": "^5.3.3",
58
- "vitest": "^3.2.4"
57
+ "vitest": "^3.2.4",
58
+ "@diplodoc/infra": "2.0.2"
59
59
  }
60
60
  }