From fcc85ff24a63adb71f6b402746353177aad3be42 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Wed, 10 Jun 2015 18:45:52 -0400 Subject: [PATCH] Remove moot `version` property from bower.json Per bower/bower.json-spec@a325da3 --- bower.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bower.json b/bower.json index f03b076d09..b21940fcbc 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,5 @@ { "name": "mocha", - "version": "2.2.5", "homepage": "http://mocha.github.io/mocha", "description": "simple, flexible, fun test framework", "authors": [ @@ -44,4 +43,4 @@ "tap" ], "license": "MIT" -} \ No newline at end of file +}