Skip to content

Commit

Permalink
Merge pull request #16 from dhaber/rhino-jshint
Browse files Browse the repository at this point in the history
Don't lint source-map since its owned by another project
  • Loading branch information
SomMeri committed Jan 15, 2014
2 parents fd3605a + 0d06fd1 commit cf24d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ module.exports = function(grunt) {
files: {
src: [
'Gruntfile.js',
'lib/**/*.js'
'lib/less/**/*.js'
]
}
},
Expand Down

0 comments on commit cf24d48

Please sign in to comment.