diff --git a/.gitignore b/.gitignore index 3af5847..2f7276c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea/ node_modules/ +package-lock.json public/* !public/index.html diff --git a/package.json b/package.json index 4564c23..0f85853 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "description": "FörderFunke as a web app, the data only lives within the browser session locally", "dependencies": { - "@foerderfunke/matching-engine": "*" + "@foerderfunke/matching-engine": "0.3.3" }, "scripts": { "cloneRepo": "rm -rf public/requirement-profiles && git clone https://github.com/Citizen-Knowledge-Graph/requirement-profiles public/requirement-profiles", diff --git a/public/index.html b/public/index.html index 2f3fbd2..65fa8aa 100644 --- a/public/index.html +++ b/public/index.html @@ -5,14 +5,19 @@