mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 14:08:31 -04:00
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.
This commit is contained in:
parent
aae5030b53
commit
dd10154392
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"test": "npm run lint"
|
"test": "npm run --silent lint"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/wekan/wekan/issues"
|
"url": "https://github.com/wekan/wekan/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/wekan/wekan#readme",
|
"homepage": "http://wekan.io",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-eslint": "4.1.3",
|
"babel-eslint": "4.1.3",
|
||||||
"eslint": "1.7.3",
|
"eslint": "1.7.3",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue