From 12cc78a58b066fe82774d6650223842490180fa8 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Fri, 12 Jun 2015 18:14:01 -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 c3cd42e..e5b9556 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,5 @@ { "name": "PreloadJS", - "version": "0.6.1", "homepage": "https://github.com/CreateJS/PreloadJS", "authors": [ "gskinner", @@ -33,4 +32,4 @@ "tests", "VERSIONS.txt" ] -} \ No newline at end of file +}