From: Alda Marteau-Hardi Date: Sun, 16 Apr 2017 14:08:11 +0000 (+0200) Subject: Add the licence key in package.json (#1914) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=77d1447ac407395a87b758d35eda2b4de8ca9413;p=mastodon.git Add the licence key in package.json (#1914) --- 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",