🐛 Fix webkit rendering issues

This commit is contained in:
Joshua Seigler 2019-04-04 11:29:16 -04:00
parent 0db7dec44a
commit 7ff2852360
4 changed files with 939 additions and 304 deletions

View file

@ -8,9 +8,8 @@
"license": "MIT",
"private": false,
"dependencies": {
"autoprefixer": "^7.1.4",
"less": "^2.7.2",
"socket.io": "^2.0.3"
"socket.io": "^2.2.0"
},
"scripts": {
"watch": "brunch watch -s",
@ -19,7 +18,7 @@
},
"devDependencies": {
"browser-sync-brunch": "^0.0.9",
"brunch": "^2.10.10",
"brunch": "^2.10.17",
"git-directory-deploy": "^1.5.1",
"less-brunch": "^2.10.0"
}