Browse Source

address npm warnings

master
ansuz 2 years ago
parent
commit
9820ac278f
1 changed files with 5 additions and 1 deletions
  1. 6
      package.json

6
package.json

@ -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",

Loading…
Cancel
Save