diff options
-rw-r--r-- | go/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/go/package.json b/go/package.json index 4656b992..787f2810 100644 --- a/go/package.json +++ b/go/package.json @@ -5,5 +5,6 @@ "dependencies": { "formidable": "*", "redis": "*" - } + }, + "license": "WTFPL" } |