Skip to content

Commit

Permalink
3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jun 6, 2023
1 parent a9e444d commit 39dd670
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "starkdown",
"sideEffects": false,
"type": "module",
"version": "3.2.5",
"version": "3.2.6",
"description": "Tiny <3kb Markdown parser written, almost as fast and smart as Tony Stark",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down Expand Up @@ -94,7 +94,9 @@
"yarn": false
},
"typedocOptions": {
"entryPoints": ["src/index.ts"],
"entryPoints": [
"src/index.ts"
],
"out": "docs/dist",
"skipErrorChecking": true
},
Expand Down

0 comments on commit 39dd670

Please sign in to comment.