1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-11 15:45:15 +02:00

Change chalk into devDependencies

This commit is contained in:
kimulaco
2019-04-19 19:04:21 +09:00
parent c25ba7b427
commit eb34c7d518

View File

@@ -26,6 +26,7 @@
"devDependencies": {
"autoprefixer": "^9.5.1",
"browser-sync": "^2.26.3",
"chalk": "^2.4.2",
"cssnano": "^4.1.10",
"gulp": "^4.0.0",
"gulp-bytediff": "^1.0.0",
@@ -35,8 +36,5 @@
},
"browserslist": [
"defaults AND not android 4.4.3"
],
"dependencies": {
"chalk": "^2.4.2"
}
]
}