Extract publish task logic from grunt-gh-pages

+ lint fix for git.js
This commit is contained in:
Mark Dalgleish
2014-05-16 07:50:08 +10:00
parent c4c1c2619f
commit 63dd7b5bc1
3 changed files with 369 additions and 5 deletions

View File

@@ -31,7 +31,12 @@
},
"dependencies": {
"q": "~1.0.1",
"q-io": "~1.11.0"
"q-io": "~1.11.0",
"graceful-fs": "2.0.1",
"async": "0.2.9",
"wrench": "1.5.1",
"lodash": "~2.4.1",
"grunt": "~0.4.5"
},
"devDependencies": {
"glob": "~3.2.9",