fix: added os type in package.json because is multi platform projects don't need to use the library
This commit is contained in:
parent
3605f59ee1
commit
76662b6d42
@ -11,5 +11,8 @@
|
|||||||
"install": "node-gyp rebuild",
|
"install": "node-gyp rebuild",
|
||||||
"test": "node index.js"
|
"test": "node index.js"
|
||||||
},
|
},
|
||||||
"version": "1.0.3"
|
"version": "1.0.3",
|
||||||
|
"os": [
|
||||||
|
"darwin"
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user