diff --git a/Makefile b/Makefile index 7675374..306aa7e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: install build test lint # Install dependencies install: # Frontend - yarn install --pure-lockfile + yarn install # Backend go install -v ./pkg/ go install golang.org/x/lint/golint@latest diff --git a/package.json b/package.json index 5867c19..ac25c56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "grafana-zabbix", - "version": "6.1.2", + + "version": "6.1.2-rit", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "bugs": {