mirror of
https://github.com/zhigang1992/bootstrap-tokenfield.git
synced 2026-01-12 17:12:44 +08:00
Fix typo in jquery.json and require until format
This commit is contained in:
@@ -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'),
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user