mirror of
https://github.com/seigler/fhqwhgads
synced 2025-07-26 22:46:08 +00:00
removed PHP dependency, fixed scanlines for Chrome
This commit is contained in:
parent
53786df51b
commit
5ec1e31ee7
5 changed files with 26 additions and 23 deletions
13
package.json
13
package.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue