fix: added os type in package.json because is multi platform projects don't need to use the library

This commit is contained in:
Wesley Smitthe 2020-08-11 22:22:43 -03:00
parent 3605f59ee1
commit 76662b6d42

View File

@ -11,5 +11,8 @@
"install": "node-gyp rebuild",
"test": "node index.js"
},
"version": "1.0.3"
}
"version": "1.0.3",
"os": [
"darwin"
]
}