Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 726a6cc

Browse files
committed
clean up
1 parent 1b4b292 commit 726a6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = function (grunt) {
2626
},
2727

2828
jshint: {
29-
all: ['index.js', 'src/*.js', '!src/en.js']
29+
all: ['index.js', 'src/*.js']
3030
},
3131

3232
bundle_jsnext: {

0 commit comments

Comments
 (0)