From 184385cf64300bfadceea4b8f5a8c9f0564d23d4 Mon Sep 17 00:00:00 2001 From: kishore Date: Thu, 22 Oct 2020 08:26:40 +0530 Subject: [PATCH] Removed opening hours and added simple-opening-hours --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6bcccaad..40e5534d 100644 --- a/package.json +++ b/package.json @@ -8,13 +8,13 @@ "i18next-client": "^1.11.5", "jasmine": "^3.0.0", "jshint": "~2.11.0", - "opening_hours": "~3.5.0" + "simple-opening-hours": "^0.1.1" }, "repository": { "type": "git", "url": "https://github.com/wo-ist-markt/wo-ist-markt.github.io" }, - "scripts": { + "scripts": { "lint": "jshint js preprocessing validation", "jasmine-tests": "jasmine", "test": "npm run lint && npm run jasmine-tests && npm run validate",