We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2859ea commit d99f1feCopy full SHA for d99f1fe
package.json
@@ -21,7 +21,6 @@
21
],
22
"scripts": {
23
"build": "tsup",
24
- "demo": "npx tsc src/demo && node src/demo",
25
"lint": "tsc",
26
"release": "pnpm run build && changeset publish",
27
"test": "jest --coverage",
@@ -52,7 +51,7 @@
52
51
},
53
"dependencies": {
54
"isomorphic-dompurify": "1.7.0",
55
- "marked": "^7.0.4"
+ "marked": "7.0.4"
56
57
"publishConfig": {
58
"access": "public"
0 commit comments