Browse Source

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

closed-social-glitch-2
Alda Marteau-Hardi 7 years ago
committed by Eugen
parent
commit
77d1447ac4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      package.json

+ 1
- 0
package.json 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",

Loading…
Cancel
Save