diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 069c3c76ea8..524e3698e99 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -29,7 +29,7 @@ Steps to reproduce the behavior: ### Valetudo Version - + ### User-Agent diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index e6ed868b921..00000000000 --- a/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -FROM node:lts-alpine - -WORKDIR / -COPY . . - -RUN yarn install --frozen-lockfile --silent - -ENTRYPOINT [ "yarn", "build" ] \ No newline at end of file diff --git a/Makefile b/Makefile deleted file mode 100644 index 8893a248bea..00000000000 --- a/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -PATH := node_modules/.bin:$(PATH) -SHELL := /bin/bash -PKG ?= pkg - -.PHONY: all clean - -all: - npm run build - -clean: - rm -f valetudo diff --git a/package.json b/package.json index 9dfec2d821a..1fe78294292 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "valetudo", - "version": "0.4.0", - "description": "Self-contained control webinterface for xiaomi vacuum robots", + "version": "0.5.0", + "description": "Self-contained control webinterface for vacuum robots", "main": "index.js", "bin": "index.js", "license": "Apache-2.0",