This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oleg
/
peerjs-server
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
enabled support for node.js engines > 10
stan
5 years ago
parent
eda26cecd7
commit
94616d6e35
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
package.json
+ 1
- 1
package.json
View File
@@ -31,6 +31,6 @@
"sinon": "^7.4.1"
},
"engines": {
- "node": "
^
10"
+ "node": "
>=
10"
}
}