Skip to content

Commit

Permalink
feat: updated package json
Browse files Browse the repository at this point in the history
  • Loading branch information
lordelogos committed Aug 25, 2023
1 parent d2859ea commit d99f1fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
],
"scripts": {
"build": "tsup",
"demo": "npx tsc src/demo && node src/demo",
"lint": "tsc",
"release": "pnpm run build && changeset publish",
"test": "jest --coverage",
Expand Down Expand Up @@ -52,7 +51,7 @@
},
"dependencies": {
"isomorphic-dompurify": "1.7.0",
"marked": "^7.0.4"
"marked": "7.0.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d99f1fe

Please sign in to comment.