Skip to content

Commit d84ae2f

Browse files
committed
Update broccoli-jshint.
0.5.0 now inherits from broccoli-filter which allows much more efficient caching between reloads (i.e. only calls JSHint on individual files that have changed).
1 parent 7840469 commit d84ae2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"broccoli-es6-import-validate": "0.1.0",
4545
"broccoli-export-tree": "0.3.1",
4646
"broccoli-file-mover": "~0.3.1",
47-
"broccoli-jshint": "0.4.0",
47+
"broccoli-jshint": "0.5.0",
4848
"broccoli-merge-trees": "0.1.3",
4949
"broccoli-replace": "0.1.6",
5050
"broccoli-static-compiler": "0.1.4",

0 commit comments

Comments
 (0)