fix errors
This commit is contained in:
parent
78bbe2d1d7
commit
be65ee65cb
3
dist/npmts.jsdoc.js
vendored
3
dist/npmts.jsdoc.js
vendored
@ -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);
|
||||
|
@ -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"
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user