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:
commit
e7b52b4453
@ -11,5 +11,8 @@
|
||||
"install": "node-gyp rebuild",
|
||||
"test": "node index.js"
|
||||
},
|
||||
"version": "1.0.3"
|
||||
}
|
||||
"version": "1.0.3",
|
||||
"os": [
|
||||
"darwin"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user