From 77d1447ac407395a87b758d35eda2b4de8ca9413 Mon Sep 17 00:00:00 2001 From: Alda Marteau-Hardi Date: Sun, 16 Apr 2017 16:08:11 +0200 Subject: [PATCH] Add the licence key in package.json (#1914) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6f448238b..0ced631a9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "mastodon", + "license" : "AGPL-3.0", "scripts": { "start": "babel-node ./streaming/index.js --presets es2015,stage-2", "storybook": "start-storybook -p 9001 -c storybook",