This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
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
Specify node version to not use node11 (
#9166
)
uWS has no support node11 yet.
master
Jeong Arm
6 years ago
committed by
Eugen Rochko
parent
66019b0ec4
commit
7800e1af7e
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+ 1
- 1
package.json
View File
@ -2,7 +2,7 @@
"name"
:
"mastodon"
,
"name"
:
"mastodon"
,
"license"
:
"AGPL-3.0-or-later"
,
"license"
:
"AGPL-3.0-or-later"
,
"engines"
:
{
"engines"
:
{
"node"
:
">=8"
"node"
:
">=8
<11
"
}
,
}
,
"scripts"
:
{
"scripts"
:
{
"postversion"
:
"git push --tags"
,
"postversion"
:
"git push --tags"
,
Write
Preview
Loading…
Cancel
Save