Skip to content

Commit

Permalink
add use strict for validators
Browse files Browse the repository at this point in the history
  • Loading branch information
mohlsen committed Oct 25, 2016
1 parent d6eca37 commit f0b2136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/validatorRules.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use strict";

module.exports = {
osx: {
versionCheck: 'sw_vers -productVersion',
Expand Down

0 comments on commit f0b2136

Please sign in to comment.