fix: fixed typo in Gruntfile.js.
This commit is contained in:
parent
c08b8af982
commit
9cb05a1190
|
@ -20,7 +20,7 @@ module.exports = function(grunt) {
|
|||
|
||||
eslint: {
|
||||
src: ["browser-polyfill.in.js", "Gruntfile.js"],
|
||||
tests: ["tests/**/*.js"],
|
||||
test: ["test/**/*.js"],
|
||||
},
|
||||
|
||||
replace: {
|
||||
|
|
Loading…
Reference in New Issue