Skip to content

Commit

Permalink
fix(asciidoc): add optional dependencies to the package.json file
Browse files Browse the repository at this point in the history
 Not having a optional dependencies was never intended.
 This only happened because I placed the information in the wrong package file.
  • Loading branch information
louiss0 committed Jan 23, 2025
1 parent a703112 commit 8741ebd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/asciidoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"shiki": "^1.24.4",
"slugify": "^1.6.6"
},
"optionalDependencies": {
"tailwindcss": ">=3.3.0",
"unocss": ">=60.0.0"
},
"type": "module",
"main": "./src/index.ts",
"exports": {
Expand Down Expand Up @@ -54,4 +58,4 @@
"tailwindcss": "^4.0.0",
"unocss": "^65.4.3"
}
}
}

0 comments on commit 8741ebd

Please sign in to comment.