diff options
author | evgeny <me@ch1p.com> | 2017-06-19 18:05:49 +0300 |
---|---|---|
committer | evgeny <me@ch1p.com> | 2017-06-19 18:05:49 +0300 |
commit | 3ae66a3b8849cbfd5b37ee41206031dd4fea128d (patch) | |
tree | da236c8c34e0b6d2a61c1df2cb30a9d6c2e37c51 | |
parent | 10a4a51a747283c529af5029253968f5f36119ad (diff) |
remove os restriction
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index ade919b..a62d736 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,5 @@ "gypfile": true, "main": "index.js", "name": "winutils", - "version": "1.0.0", - "os": ["win32"] + "version": "1.0.0" } |