From d4b9e30536474e793a6114b2f3d5061dcf4c1274 Mon Sep 17 00:00:00 2001 From: Dmytro Filipenko Date: Sat, 25 Dec 2021 13:21:15 +0100 Subject: [PATCH] remove bower update package json --- bower.json | 24 ------------------------ package.json | 4 ++-- 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index ea5c08a..0000000 --- a/bower.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "timezones.json", - "version": "0.0.1", - "homepage": "https://github.com/dmfilipenko/timezones.json", - "authors": [ - "Dmitriy Filipenko " - ], - "description": "List of UTC timezones", - "main": "timezones.json", - "keywords": [ - "time", - "UTC", - "date", - "timezone" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ] -} diff --git a/package.json b/package.json index 8ae1358..028f5c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timezones.json", - "version": "1.5.3", + "version": "1.6.0", "description": "Full list of UTC timezones", "main": "index.js", "repository": { @@ -13,7 +13,7 @@ "time", "UTC" ], - "author": "Dmitriy Filipenko", + "author": "Dmytro Filipenko", "license": "MIT", "bugs": { "url": "https://github.com/dmfilipenko/timezones.json/issues"