This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add the licence key in package.json (
#1914
)
closed-social-v3
Alda Marteau-Hardi
7 years ago
committed by
Eugen
parent
2c329f2b69
commit
77d1447ac4
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
package.json
+ 1
- 0
package.json
View File
@ -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"
,
Write
Preview
Loading…
Cancel
Save