commit: 77d1447ac407395a87b758d35eda2b4de8ca9413
parent: 2c329f2b69fde308d4006482ee352d86c0d5efa9
Author: Alda Marteau-Hardi <github@ltch.fr>
Date: Sun, 16 Apr 2017 16:08:11 +0200
Add the licence key in package.json (#1914)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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",