Merge branch 'devel' into greenkeeper-xss-0.3.3

This commit is contained in:
Lauri Ojansivu 2017-02-10 09:54:23 +02:00
commit 0065ca3ad6
76 changed files with 5068 additions and 1045 deletions

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "0.10.1",
"version": "0.11.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
@ -9,13 +9,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/wekan/wekan.git"
"url": "git+https://github.com/wefork/wekan.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/wekan/wekan/issues"
"url": "https://github.com/wefork/wekan/issues"
},
"homepage": "https://wekan.io",
"homepage": "https://github.com/wefork/wekan",
"devDependencies": {
"eslint": "^2.0.0"
},