Skip to content

Commit d99f1fe

Browse files
committed
feat: updated package json
1 parent d2859ea commit d99f1fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
],
2222
"scripts": {
2323
"build": "tsup",
24-
"demo": "npx tsc src/demo && node src/demo",
2524
"lint": "tsc",
2625
"release": "pnpm run build && changeset publish",
2726
"test": "jest --coverage",
@@ -52,7 +51,7 @@
5251
},
5352
"dependencies": {
5453
"isomorphic-dompurify": "1.7.0",
55-
"marked": "^7.0.4"
54+
"marked": "7.0.4"
5655
},
5756
"publishConfig": {
5857
"access": "public"

0 commit comments

Comments
 (0)