From 901761e60b932e03dd050787996b1efa4dd5dd7f Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Thu, 11 Jun 2015 20:56:32 -0400 Subject: [PATCH] Remove moot `version` property from bower.json Per bower/bower.json-spec@a325da3 Also their maintainer says they probably won't ever use it: http://stackoverflow.com/questions/24844901/bowers-bower-json-file-version-property --- bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bower.json b/bower.json index 64871a3b..e4c6dbaa 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,5 @@ { "name" : "jquery-tokeninput", - "version" : "1.6.2", "description" : "Tokeninput is a jQuery plugin which allows your users to select multiple items from a predefined list, using autocompletion as they type to find each item.", "main" : [ "./src/jquery.tokeninput.js", "./styles/token-input.css" ], "homepage" : "http://loopj.com/jquery-tokeninput",