Add the licence key in package.json (#1914)

This commit is contained in:
Alda Marteau-Hardi 2017-04-16 16:08:11 +02:00 committed by Eugen
parent 2c329f2b69
commit 77d1447ac4
1 changed files with 1 additions and 0 deletions

View 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",