Add the licence key in package.json (#1914)
parent
2c329f2b69
commit
77d1447ac4
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mastodon",
|
"name": "mastodon",
|
||||||
|
"license" : "AGPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "babel-node ./streaming/index.js --presets es2015,stage-2",
|
"start": "babel-node ./streaming/index.js --presets es2015,stage-2",
|
||||||
"storybook": "start-storybook -p 9001 -c storybook",
|
"storybook": "start-storybook -p 9001 -c storybook",
|
||||||
|
|
Loading…
Reference in New Issue