From fdf28cdf5f11ad55fcf1e961327df186b1fb8467 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 19 Apr 2016 10:01:26 -0400 Subject: [PATCH] Remove unnecessary fields from `bower.json`. (#342) We don't distribute the application through bower, and removing stuff means one less place to be concerned about certain meta-data to be in sync. Signed-off-by: Juan Cruz Viotti --- bower.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bower.json b/bower.json index c4dbbde8..527e89c2 100644 --- a/bower.json +++ b/bower.json @@ -1,12 +1,5 @@ { "name": "etcher", - "version": "v1.0.0-beta.3", - "homepage": "https://github.com/resin-io/etcher", - "authors": [ - "Juan Cruz Viotti " - ], - "main": "lib/templates/index.html", - "license": "Apache-2.0", "ignore": [ "**/.*", "node_modules",