2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-04-21 19:40:37 +00:00

note the single working node version...

This commit is contained in:
AJ ONeal 2018-06-14 03:05:57 -06:00
parent 5e2aaee2b4
commit 078fc284cd

View File

@ -62,5 +62,9 @@
"sni": "^1.0.0", "sni": "^1.0.0",
"socket-pair": "^1.0.3", "socket-pair": "^1.0.3",
"ws": "^2.2.3" "ws": "^2.2.3"
},
"enginesStrict": true,
"engines": {
"node": "10.2.1"
} }
} }