diff options
author | Wu Cheng-Han | 2017-10-13 01:56:13 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2017-10-13 01:56:13 +0800 |
commit | bee5e2a558b3826f62e009ad3b9da7caac5e0048 (patch) | |
tree | 5f5ba7b8857c363498993bd36f69241aa1324e5b | |
parent | da5026859d1665d8a7724afe5ac544bb087342f2 (diff) |
Update license field in package.json
-rw-r--r-- | package.json | 2 |
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", |