remove os restriction

This commit is contained in:
evgeny 2017-06-19 18:05:49 +03:00
parent 10a4a51a74
commit 3ae66a3b88

View File

@ -2,6 +2,5 @@
"gypfile": true,
"main": "index.js",
"name": "winutils",
"version": "1.0.0",
"os": ["win32"]
"version": "1.0.0"
}