Merge pull request #1 from wesleysmitthe/add-os-type-in-packagejson

fix: added os type in package.json because in multi-platform projects we don't need to use the library on others systems.
This commit is contained in:
Evgeny Zinoviev 2020-08-21 20:59:04 +03:00 committed by GitHub
commit e7b52b4453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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