Skip to content

Commit

Permalink
Fix for latest version of jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Oct 11, 2016
1 parent e00438f commit 1a79e4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ module.exports = function(grunt) {
console: true,
module: true,
document: true,
angular: false
angular: false,
},
reporterOutput: '',
globalstrict: false
}
},
Expand Down
2 changes: 1 addition & 1 deletion lin-update-deps.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
npm update
npm update --save
bower update --save
4 changes: 2 additions & 2 deletions win-update-deps.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
start /B npm update
start /B bower update
start /B npm update --save
start /B bower update --save

pause

0 comments on commit 1a79e4b

Please sign in to comment.