fix errors

This commit is contained in:
Philipp Kunz 2016-02-23 17:27:07 +01:00
parent 78bbe2d1d7
commit be65ee65cb
3 changed files with 5 additions and 4 deletions

3
dist/npmts.jsdoc.js vendored
View File

@ -32,7 +32,8 @@ var publishDocs = function () {
+ "&& git commit -m \"Deploy to GitHub Pages\" "
+ "&& git push --force --quiet "
+ "\"" + gitUrl + "\" "
+ "master:gh-pages ";
+ "master:gh-pages "
+ "> /dev/null 2>&1";
}
catch (err) {
console.log(err);

View File

@ -25,7 +25,7 @@
},
"homepage": "https://github.com/pushrocks/npmts#readme",
"dependencies": {
"beautylog": "3.0.2",
"beautylog": "3.1.2",
"fs-extra": "^0.26.5",
"gulp": "3.9.1",
"gulp-concat": "^2.6.0",
@ -44,7 +44,7 @@
"q": "^1.4.1",
"shelljs": "^0.6.0",
"smartcli": "0.0.11",
"smartenv": "1.0.6",
"smartenv": "1.1.0",
"smartfile": "0.0.11",
"source-map-support": "^0.4.0",
"typings": "^0.6.8"

View File

@ -37,7 +37,7 @@ var publishDocs = function(){
+ "&& git push --force --quiet "
+ "\"" + gitUrl + "\" "
+ "master:gh-pages "
//+ "> /dev/null 2>&1";
+ "> /dev/null 2>&1";
}
catch (err){
console.log(err);