removed PHP dependency, fixed scanlines for Chrome

This commit is contained in:
Joshua Seigler 2017-02-13 09:36:48 -05:00
parent 53786df51b
commit 5ec1e31ee7
5 changed files with 26 additions and 23 deletions

View file

@ -11,13 +11,14 @@
"license": "CC BY 4.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-less": "~0.12.0",
"grunt-autoprefixer": "~2.0.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-uglify": "~0.6.0",
"grunt-cleanempty": "~1.0.1",
"grunt-php": "~1.1.1"
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-less": "~0.12.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-php": "~1.1.1",
"grunt-contrib-connect": "^1.0.2"
}
}