lakelib 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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lakelib",
3
- "version": "0.2.0",
4
- "description": "Rich text editor based on the browser",
3
+ "version": "0.2.1",
4
+ "description": "Lake is a browser-based rich text editor designed for creating content such as blogs, comments, and emails.",
5
5
  "keywords": [
6
6
  "rich text",
7
7
  "wysiwyg",
@@ -24,7 +24,8 @@
24
24
  "lib"
25
25
  ],
26
26
  "simple-git-hooks": {
27
- "pre-commit": "pnpm sort:package && pnpm lint"
27
+ "pre-commit": "pnpm sort:package && pnpm lint",
28
+ "commit-msg": "node ./scripts/verify-commit.mjs"
28
29
  },
29
30
  "dependencies": {
30
31
  "@types/is-hotkey": "^0.1.10",
@@ -57,7 +58,7 @@
57
58
  "lake-codemirror": "^2.0.0",
58
59
  "mocha": "^10.7.3",
59
60
  "multer": "1.4.5-lts.1",
60
- "npm-run-all": "^4.1.5",
61
+ "npm-run-all2": "^6.2.2",
61
62
  "picocolors": "^1.1.0",
62
63
  "prompts": "^2.4.2",
63
64
  "puppeteer": "^23.3.0",