diff --git a/binding.gyp b/binding.gyp index 67fd901..a0a3786 100644 --- a/binding.gyp +++ b/binding.gyp @@ -8,6 +8,14 @@ ], "conditions": [ ['OS == "mac"', { + "xcode_settings": { + "MACOSX_DEPLOYMENT_TARGET": "10.10", + "OTHER_CFLAGS": [ + "-Wall", + "-Werror", + "-Wno-deprecated-declarations" + ] + }, "link_settings": { "libraries": [ "-lpcap" diff --git a/package.json b/package.json index 005c93d..e6a45b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@plus100kt/pcap", - "version": "0.0.4", + "name": "@constell8/pcap", + "version": "0.0.5", "description": "raw packet capture, decoding, and analysis", "author": "Matt Ranney ", "license": "MIT", @@ -11,7 +11,7 @@ "types": "pcap.d.ts", "repository": { "type": "git", - "url": "git://github.com/plus100kt/node_pcap.git" + "url": "git://github.com/Bartel-C8/node_pcap.git" }, "os": [ "darwin"