@@ -2,4 +2,6 @@
.gitignore
.dockerignore
node_modules
-
+Dockerfile
+npm-debug.log
+dist
@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Privacy-respecting metasearch engine",
- "version": "0.0.8",
+ "version": "0.0.9",
"healthCheckPath": "/",
"httpPort": 8888,
"addons": {
@@ -1 +1 @@
-v0.0.8
+v0.0.9
@@ -2,3 +2,4 @@ v0.0.5
v0.0.6
v0.0.7
v0.0.8
@@ -1,6 +1,6 @@
{
"name": "searx-app-alt",
"description": "",
"main": "index.js",
"scripts": {