summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorWu Cheng-Han2017-10-13 01:56:13 +0800
committerWu Cheng-Han2017-10-13 01:56:13 +0800
commitbee5e2a558b3826f62e009ad3b9da7caac5e0048 (patch)
tree5f5ba7b8857c363498993bd36f69241aa1324e5b /package.json
parentda5026859d1665d8a7724afe5ac544bb087342f2 (diff)
Update license field in package.json
Diffstat (limited to '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b0f1ae17..326ba4e3 100644
--- a/package.json
+++ b/package.json
@@ -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",