Showing with 6 additions and 10 deletions.
  1. +1 −1 Gruntfile.js
  2. +5 −9 package.json
@@ -1,6 +1,6 @@
module.exports = function( grunt ) {

var _ = require( "underscore" ),
var _ = require( "lodash" ),
semver = require( "semver" ),
Handlebars = require( "handlebars" ),
http = require( "http" );
@@ -13,18 +13,14 @@
"bugs": {
"url": "https://github.com/jquery/codeorigin.jquery.com/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/codeorigin.jquery.com/blob/master/LICENSE.txt"
}
],
"license": "MIT",
"dependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-jquery-content": "3.0.1",
"grunt-sri": "0.0.5",
"semver": "2.0.11",
"underscore": "1.5.1",
"handlebars": "1.0.12"
"handlebars": "4.0.5",
"lodash": "4.12.0",
"semver": "5.1.0"
}
}