From ad6f65adba530674d8951cc221a3cf66dda95bcc Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Thu, 11 Jun 2015 21:28:36 -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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 2ca2af8..4b3c0a5 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,6 @@ { "author": "allmarkedup", "name": "purl", - "version": "2.3.1", "description": "An AMD compatible utility to parse urls and provide easy access to their attributes (such as the protocol, host, port etc), path segments, querystring parameters, fragment parameters and more.", "main": "purl.js", "repository": { @@ -14,4 +13,4 @@ "url": "https://github.com/allmarkedup/purl/blob/master/LICENSE" } ] -} \ No newline at end of file +}