From 397bd673f84abca6bc2a9a5ba4d4af4801335453 Mon Sep 17 00:00:00 2001 From: Marcel Dorenkamp Date: Tue, 10 Oct 2017 10:27:28 +0200 Subject: [PATCH] added dev dependencies, build command --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 04251ff..e4c7b6b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "version": "3.6.0", "description": "Zabbix plugin for Grafana", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "./node_modules/.bin/grunt" }, "repository": { "type": "git", @@ -42,7 +43,8 @@ "moment": "~2.14.1", "prunk": "~1.2.1", "q": "~1.4.1", - "sinon-chai": "~2.8.0" + "sinon-chai": "~2.13.0", + "sinon":"^3.2.1" }, "dependencies": { "lodash": "~4.0.0"