@magic-marker/prosemirror-suggest-changes 0.1.8 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@magic-marker/prosemirror-suggest-changes",
3
- "version": "0.1.8",
3
+ "version": "0.2.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
- "private": false,
8
7
  "types": "./dist/index.d.ts",
9
8
  "exports": {
10
9
  ".": {
@@ -26,18 +25,19 @@
26
25
  "check:types": "tsc",
27
26
  "check": "concurrently -P 'npm:check:* {@}' --",
28
27
  "clean": "rimraf \"./dist/!(cjs/package.json)\"",
29
- "demo": "pnpm vite",
30
- "demo:build": "pnpm vite build --outDir docs --base=/prosemirror-suggest-changes/",
31
- "dev": "pnpm build -- --watch",
28
+ "demo": "yarn vite",
29
+ "demo:build": "yarn vite build --outDir docs --base=/prosemirror-suggest-changes/",
30
+ "dev": "yarn build -- --watch",
32
31
  "fix:format": "prettier --write .",
33
32
  "fix:lint": "eslint --cache --fix .",
34
33
  "fix:toc": "markdown-toc --bullets='-' -i README.md",
35
34
  "fix": "concurrently -P 'npm:fix:* {@}' --",
36
- "prepack": "pnpm build",
35
+ "prepack": "yarn build",
37
36
  "test": "vitest",
38
- "test:e2e": "playwright test"
37
+ "test:e2e": "playwright test",
38
+ "prepare": "husky"
39
39
  },
40
- "packageManager": "pnpm@9.15.4",
40
+ "packageManager": "yarn@4.6.0",
41
41
  "devDependencies": {
42
42
  "@eslint/compat": "^1.2.7",
43
43
  "@eslint/js": "^9.21.0",