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

Merge pull request #54 from kimulaco/feature/update-package-config

Change chalk into devDependencies
This commit is contained in:
Kognise
2019-04-19 09:02:16 -04:00
committed by GitHub

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"
}
]
}