Fix typo in jquery.json and require until format

This commit is contained in:
Illimar Tambek
2014-03-07 11:05:56 +02:00
parent 45cc9fdc70
commit 4e0f85c4e0
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
module.exports = function (grunt) {
var semver = require('semver');
var semver = require('semver'),
f = require('util').format;
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),

View File

@@ -20,10 +20,10 @@
"bootstrap",
"tokenfield",
"tags",
"token"
"token",
"input",
"select",
"form",
"form"
],
"homepage": "http://sliptree.github.io/bootstrap-tokenfield/",
"docs": "http://sliptree.github.io/bootstrap-tokenfield/",