summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-10-29 01:17:23 +0100
committerMaxime Quandalle <maxime@quandalle.com>2015-10-29 01:17:23 +0100
commitdd101543920148a48b74541ebbbaca97f6bc6d11 (patch)
treea27920b424523aa1e07241002f19d5420e219296
parentaae5030b53d644649e9b8cd2e2a03ec843a13162 (diff)
downloadwekan-dd101543920148a48b74541ebbbaca97f6bc6d11.tar.gz
wekan-dd101543920148a48b74541ebbbaca97f6bc6d11.tar.bz2
wekan-dd101543920148a48b74541ebbbaca97f6bc6d11.zip
Clean the linting script
This also has the side effect of correcting the `npm test` Unix exit status number -- which was previously always 0. We also edit the website URL.
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 821f4619..cf998e9c 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"lint": "eslint .",
- "test": "npm run lint"
+ "test": "npm run --silent lint"
},
"repository": {
"type": "git",
@@ -15,7 +15,7 @@
"bugs": {
"url": "https://github.com/wekan/wekan/issues"
},
- "homepage": "https://github.com/wekan/wekan#readme",
+ "homepage": "http://wekan.io",
"devDependencies": {
"babel-eslint": "4.1.3",
"eslint": "1.7.3",