diff --git a/gruntfile.js b/gruntfile.js index af9df19..2cf6a5f 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -55,8 +55,9 @@ module.exports = function(grunt) { console: true, module: true, document: true, - angular: false + angular: false, }, + reporterOutput: '', globalstrict: false } }, diff --git a/lin-update-deps.sh b/lin-update-deps.sh index 0b46a41..4f12741 100755 --- a/lin-update-deps.sh +++ b/lin-update-deps.sh @@ -1,2 +1,2 @@ -npm update +npm update --save bower update --save diff --git a/win-update-deps.bat b/win-update-deps.bat index dbd61bd..b3c5007 100644 --- a/win-update-deps.bat +++ b/win-update-deps.bat @@ -1,4 +1,4 @@ -start /B npm update -start /B bower update +start /B npm update --save +start /B bower update --save pause