1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-22 15:53:23 +00:00

added jshint to package.json

This commit is contained in:
kayone 2013-11-10 20:17:44 -08:00
parent 1ba49ac615
commit 1f37597b6f

View file

@ -23,6 +23,7 @@
"grunt-curl": "*",
"grunt-notify": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-requirejs": "*"
"grunt-contrib-requirejs": "*",
"grunt-contrib-jshint": "*"
}
}