Merge branch 'master' into hotfix/table-color

This commit is contained in:
Kognise 2019-04-19 21:00:02 -04:00 committed by GitHub
commit a19ae73ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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