From 78e335d8c0f10749d201abaf8028acaf00cbc8e3 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Sat, 30 Jan 2021 16:22:19 +0100
Subject: [PATCH] ### 0.0.12 Release * Fixed #52 download vaccination timeline
 data file * Fixed #53 import vaccination timeline data file into db * Fixed
 #54 /vaccination/imported * Fixed #55 /vaccination/tasks * Fixed #56
 /vaccination/info

### 0.0.13 Release
* Fixed #49 EuropeServiceUpdate.__update_data_short() (wontfix)
* Issue #47 refactor Routes from app.py to org...who,europe,...
* Issue #48 refactor Tasks from server_mq.py to org...who,europe,...
* Issue #57 frontend: use npm for handling 3rdParty css and javascript modules like jQuery, Bootstrap
* Issue #58 frontend: remove jumbotron from all pageheader, put jumbotron as main content on home page
* Issue #59 frontend: add correct breadcrumb to every page
* Issue #60 frontend: better design for tables
* Issue #61 frontend: better design for navtabs
* Issue #62 frontend: better design for pages
* Issue #63 frontend: add footer design
* Issue #64 major refactoring: create two packages: for web app and for celery worker
* Issue #65 major refactoring: add flask-blueprints for admin, common, europe, rki, vaccination, who
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index bfbfa1eb..9a37aed0 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
   "devDependencies": {},
   "scripts": {
     "test": "test",
-    "postinstall": "cd covid19/static && npm install && ../.."
+    "postinstall": "cd covid19/static && npm install && cd ../.."
   },
   "repository": {
     "type": "git",
-- 
GitLab