fix: fixed typo in Gruntfile.js.

This commit is contained in:
Luca Greco 2016-10-11 13:52:44 +02:00
parent c08b8af982
commit 9cb05a1190
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module.exports = function(grunt) {
eslint: {
src: ["browser-polyfill.in.js", "Gruntfile.js"],
tests: ["tests/**/*.js"],
test: ["test/**/*.js"],
},
replace: {