From bee5e2a558b3826f62e009ad3b9da7caac5e0048 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Fri, 13 Oct 2017 01:56:13 +0800 Subject: [PATCH] Update license field in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0f1ae1..326ba4e 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",