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

Compare commits

...

4 Commits

3 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
.env.local
node_modules/

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "x-markdown-css",
"version": "0.0.0-20230228.7",
"version": "0.0.0-20230228.9",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "x-markdown-css",
"version": "0.0.0-20230228.7",
"version": "0.0.0-20230228.9",
"description": "A simple and customizable Markdown CSS for everyone.",
"keywords": [
"markdown",
@ -35,13 +35,13 @@
"bump": "bumpp"
},
"dependencies": {
"coffeescript": "^2.7.0",
"sass": "^1.58.3"
},
"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",
"grunt-sass": "^3.1.0",