From 95895e1ec466982fb24529be48a6d766eefacbe0 Mon Sep 17 00:00:00 2001 From: Christoph Wurst <christoph@winzerhof-wurst.at> Date: Mon, 20 Nov 2017 14:46:02 +0100 Subject: [PATCH] Update NPM scripts and package authors Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2c43002e4..57e2d67c7 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "test": "tests" }, "scripts": { - "test": "./node_modules/.bin/jshint . && ./node_modules/.bin/jsxhint .", - "bower_deps": "./node_modules/.bin/bower install", + "test": "./node_modules/karma/bin/karma start karma.conf.js --single-run", "build": "./node_modules/webpack/bin/webpack.js --config js/webpack.prod.config.js" }, "repository": { @@ -18,7 +17,7 @@ "keywords": [ "mail" ], - "author": "Christoph Wurst, Thomas Müller, Jan-Christoph Borchardt, Steffen Lindner and many more …", + "author": "Christoph Wurst, Jan-Christoph Borchardt, Steffen Lindner and many more …", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/nextcloud/mail/issues" -- GitLab