Move from embedded "fork" of jsHint to using grunt's jsHint module. Cleaned ALL jsHint errors. Added jasmine.util.isUndefined as alternative to extra careful protection against undefined clobbering
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"name": "jasmine-core",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"grunt-contrib-jshint": "~0.2.0"
|
|
}
|
|
}
|