1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Blacklist win32

We still don't (if ever) support installation on Windows OS.
This commit is contained in:
Gunther Brunner 2015-07-21 04:33:00 +09:00
parent ded88f78be
commit d1fcec9983

View file

@ -137,5 +137,6 @@
"engines": {
"node": ">= 0.10"
},
"os": ["!win32"],
"preferGlobal": true
}