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

chore(deps): recongize coffeescript as a dependency

This commit is contained in:
郭桓桓 2023-02-28 20:06:22 +08:00
parent 95bbde7a39
commit fe0e9dfb8a
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75

View File

@ -35,13 +35,13 @@
"bump": "bumpp" "bump": "bumpp"
}, },
"dependencies": { "dependencies": {
"coffeescript": "^2.7.0",
"sass": "^1.58.3" "sass": "^1.58.3"
}, },
"devDependencies": { "devDependencies": {
"@lodder/grunt-postcss": "^3.1.1", "@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"bumpp": "^9.0.0", "bumpp": "^9.0.0",
"coffeescript": "^2.7.0",
"cssnano": "^5.1.15", "cssnano": "^5.1.15",
"grunt": "^1.6.1", "grunt": "^1.6.1",
"grunt-sass": "^3.1.0", "grunt-sass": "^3.1.0",