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

chore: release v0.0.0-20230228.7

This commit is contained in:
2023-02-28 20:02:37 +08:00
parent 90657b2193
commit 95bbde7a39
2 changed files with 316 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "x-markdown-css",
"version": "v0.0.0-20230228.6-with-license",
"version": "0.0.0-20230228.7",
"description": "A simple and customizable Markdown CSS for everyone.",
"keywords": [
"markdown",
@ -31,7 +31,8 @@
"node": ">=14"
},
"scripts": {
"build": "grunt build"
"build": "grunt build",
"bump": "bumpp"
},
"dependencies": {
"sass": "^1.58.3"
@ -39,6 +40,7 @@
"devDependencies": {
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.13",
"bumpp": "^9.0.0",
"coffeescript": "^2.7.0",
"cssnano": "^5.1.15",
"grunt": "^1.6.1",