Update license field in package.json

This commit is contained in:
Wu Cheng-Han 2017-10-13 01:56:13 +08:00
parent da5026859d
commit bee5e2a558
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "0.5.1",
"description": "Realtime collaborative markdown notes on all platforms.",
"main": "app.js",
"license": "MIT",
"license": "AGPL-3.0",
"scripts": {
"test": "npm run-script standard",
"standard": "node ./node_modules/standard/bin/cmd.js",