From 48d2443db33235f16758677f6eaaa8121c7b6d41 Mon Sep 17 00:00:00 2001 From: Patrick McDonald Date: Tue, 27 Jun 2017 12:17:21 +0100 Subject: [PATCH] Description in bower.json should be no longer than 140 chars ReSharper gives the following error: > JSON validation failed: String length must be not greater than 140 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index d8c6dd8..f0277fb 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "blockUI", "title": "BlockUI", - "description": "Simulate synchronous ajax by blocking - not locking - the UI. This plugin lets you block user interaction with the page or with a specific element on the page. Also great at displaying modal dialogs.", + "description": "This plugin lets you block user interaction with the page or with a specific element on the page. Also great at displaying modal dialogs.", "keywords": [ "block", "overlay",