From 2c7b3b45e341bde06d27225ef5da82f0de664e71 Mon Sep 17 00:00:00 2001 From: Sriramajeyam Sugumaran <153843+yesoreyeram@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:19:49 +0000 Subject: [PATCH] addressed review comments --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ede6f33b..07ec4960 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,10 @@ "url": "git+https://github.com/grafana/grafana-zabbix.git" }, "license": "Apache-2.0", - "author": "Alexander Zobnin", + "author": "Grafana Labs", "scripts": { - "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", - "dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development", + "build": "webpack -c ./webpack.config.ts --env production", + "dev": "webpack -w -c ./webpack.config.ts --env development", "e2e": "yarn exec cypress install && yarn exec grafana-e2e run", "e2e:update": "yarn exec cypress install && yarn exec grafana-e2e run --update-screenshots", "lint": "eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx .",