Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2017-11-27 12:52:44 +0300
committerGitHub <noreply@github.com>2017-11-27 12:52:44 +0300
commitfad0eb67266c29882abad60b2a7462fe50826996 (patch)
treedd3cae18d0b6708593682dc180880eb2599c2a7f
parent1e3fd76283d128bbdc01e9098df244e1c09414f8 (diff)
parent95895e1ec466982fb24529be48a6d766eefacbe0 (diff)
Merge pull request #628 from nextcloud/refactor/update-npm-scripts-authorsv0.7.5nightly-20171127
Update NPM scripts and package authors
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index f4704a73a..6e71f0a93 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"