1
0
mirror of https://github.com/mastodon/mastodon synced 2025-01-18 07:43:16 +09:00

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

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