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
commit f7ae16ada3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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