]> cat aescling's git repositories - mastodon.git/commitdiff
Add the licence key in package.json (#1914)
authorAlda Marteau-Hardi <github@ltch.fr>
Sun, 16 Apr 2017 14:08:11 +0000 (16:08 +0200)
committerEugen <eugen@zeonfederated.com>
Sun, 16 Apr 2017 14:08:11 +0000 (16:08 +0200)
package.json

index 6f448238bd8893fe8174874ff2a1305e6015a925..0ced631a9cb9f30b9ddf43dc6b101c32b17e8bbb 100644 (file)
@@ -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",