|
1 | 1 | { |
2 | 2 | "name": "clipboard-markdown-extension", |
3 | | - "version": "1.0.0", |
| 3 | + "version": "1.0.1", |
4 | 4 | "description": "Multi-platform tool that converts pasted rich text into Markdown (Chrome extension + Raycast extension)", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
|
24 | 24 | "dev:firefox:js": "esbuild src/platforms/firefox/popup.ts src/platforms/firefox/background.ts src/platforms/firefox/content-script.ts --bundle --outdir=dist-firefox --format=esm --target=firefox109 --sourcemap --watch", |
25 | 25 | "dev:firefox:assets": "cpx \"static/{icons/**,popup.html,popup.css}\" dist-firefox --watch", |
26 | 26 | "generate:icons": "node scripts/generate-icons.mjs", |
27 | | - "sync-version": "node scripts/sync-version.mjs", |
28 | | - "prebuild": "npm run sync-version", |
| 27 | + "sync-version": "node scripts/sync-version.mjs", |
| 28 | + "prebuild": "npm run sync-version", |
29 | 29 | "test": "tsx --test \"test/**/*.test.ts\"", |
30 | 30 | "build:raycast": "cd raycast && npm run build", |
31 | | - "prebuild:raycast": "npm run sync-version", |
| 31 | + "prebuild:raycast": "npm run sync-version", |
32 | 32 | "dev:raycast": "cd raycast && npm run dev", |
33 | 33 | "raycast:install": "cd raycast && npm install" |
34 | 34 | }, |
|
51 | 51 | "@types/chrome": "^0.0.262", |
52 | 52 | "@types/jsdom": "^21.1.7", |
53 | 53 | "@types/node": "^20.12.7", |
54 | | - "@types/react": "^19.0.10", |
| 54 | + "@types/react": "^19.0.10", |
55 | 55 | "@types/turndown": "^5.0.5", |
56 | 56 | "cpx2": "^8.0.0", |
57 | 57 | "esbuild": "^0.25.10", |
58 | 58 | "jsdom": "^24.0.0", |
59 | 59 | "linkedom": "^0.18.12", |
60 | 60 | "npm-run-all": "^4.1.5", |
61 | | - "react": "^19.0.0", |
| 61 | + "react": "^19.0.0", |
62 | 62 | "rimraf": "^5.0.5", |
63 | 63 | "sharp": "^0.33.4", |
64 | 64 | "tslib": "^2.6.2", |
|
0 commit comments