1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

chore: release v0.1.1

This commit is contained in:
2023-03-07 19:53:37 +08:00
parent ff23b42eec
commit 458b495b44
2 changed files with 40 additions and 43 deletions

View File

@ -1,6 +1,6 @@
{
"name": "x-markdown-css",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple and customizable markdown CSS stylesheet for everyone.",
"keywords": [
"markdown",
@ -44,10 +44,11 @@
},
"dependencies": {
"coffeescript": "^2.7.0",
"sass": "^1.58.3"
"sass": "^1.58.3",
"x-markdown-css": "^0.1.0"
},
"devDependencies": {
"@kuohuanhuan/stylelint-config": "^0.0.3",
"@kuohuanhuan/stylelint-config": "^0.0.4",
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.13",
"bumpp": "^9.0.0",