address npm warnings

This commit is contained in:
ansuz 2018-06-25 13:45:25 +02:00
parent 76bc82ac13
commit 9820ac278f
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@
"name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowlege server",
"version": "2.4.0",
"license": "AGPL-3.0-or-later",
"license": "AGPL-3.0+",
"repository": {
"type": "git",
"url": "git://github.com/xwiki-labs/cryptpad.git"
},
"dependencies": {
"chainpad-server": "~2.1.0",
"express": "~4.16.0",