diff options
author | Alda Marteau-Hardi <github@ltch.fr> | 2017-04-16 16:08:11 +0200 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-16 16:08:11 +0200 |
commit | 77d1447ac407395a87b758d35eda2b4de8ca9413 (patch) | |
tree | 266b02614d5c5b44e2df03a583a7bc885f7b5ba3 | |
parent | 2c329f2b69fde308d4006482ee352d86c0d5efa9 (diff) |
Add the licence key in package.json (#1914)
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |