summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 78b84ea8..b4fdfbbe 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,10 @@
{
"name": "wekan",
- "version": "0.11.1-rc1",
+ "version": "0.17.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
- "lint": "eslint .",
+ "lint": "eslint --ignore-pattern 'packages/*' .",
"test": "npm run --silent lint"
},
"repository": {
@@ -15,7 +15,7 @@
"bugs": {
"url": "https://github.com/wekan/wekan/issues"
},
- "homepage": "https://github.com/wekan/wekan",
+ "homepage": "https://wekan.github.io",
"devDependencies": {
"eslint": "^2.0.0"
},