fix errors
This commit is contained in:
		
							
								
								
									
										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 commit -m \"Deploy to GitHub Pages\" "
 | 
				
			||||||
            + "&& git push --force --quiet "
 | 
					            + "&& git push --force --quiet "
 | 
				
			||||||
            + "\"" + gitUrl + "\" "
 | 
					            + "\"" + gitUrl + "\" "
 | 
				
			||||||
            + "master:gh-pages ";
 | 
					            + "master:gh-pages "
 | 
				
			||||||
 | 
					            + "> /dev/null 2>&1";
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    catch (err) {
 | 
					    catch (err) {
 | 
				
			||||||
        console.log(err);
 | 
					        console.log(err);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -25,7 +25,7 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "homepage": "https://github.com/pushrocks/npmts#readme",
 | 
					  "homepage": "https://github.com/pushrocks/npmts#readme",
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "beautylog": "3.0.2",
 | 
					    "beautylog": "3.1.2",
 | 
				
			||||||
    "fs-extra": "^0.26.5",
 | 
					    "fs-extra": "^0.26.5",
 | 
				
			||||||
    "gulp": "3.9.1",
 | 
					    "gulp": "3.9.1",
 | 
				
			||||||
    "gulp-concat": "^2.6.0",
 | 
					    "gulp-concat": "^2.6.0",
 | 
				
			||||||
@@ -44,7 +44,7 @@
 | 
				
			|||||||
    "q": "^1.4.1",
 | 
					    "q": "^1.4.1",
 | 
				
			||||||
    "shelljs": "^0.6.0",
 | 
					    "shelljs": "^0.6.0",
 | 
				
			||||||
    "smartcli": "0.0.11",
 | 
					    "smartcli": "0.0.11",
 | 
				
			||||||
    "smartenv": "1.0.6",
 | 
					    "smartenv": "1.1.0",
 | 
				
			||||||
    "smartfile": "0.0.11",
 | 
					    "smartfile": "0.0.11",
 | 
				
			||||||
    "source-map-support": "^0.4.0",
 | 
					    "source-map-support": "^0.4.0",
 | 
				
			||||||
    "typings": "^0.6.8"
 | 
					    "typings": "^0.6.8"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -37,7 +37,7 @@ var publishDocs = function(){
 | 
				
			|||||||
            + "&& git push --force --quiet "
 | 
					            + "&& git push --force --quiet "
 | 
				
			||||||
            + "\"" + gitUrl + "\" "
 | 
					            + "\"" + gitUrl + "\" "
 | 
				
			||||||
            + "master:gh-pages "
 | 
					            + "master:gh-pages "
 | 
				
			||||||
        //+ "> /dev/null 2>&1";
 | 
					            + "> /dev/null 2>&1";
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    catch (err){
 | 
					    catch (err){
 | 
				
			||||||
        console.log(err);
 | 
					        console.log(err);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user