@swimlane/nodegit 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/binding.gyp CHANGED
@@ -296,11 +296,6 @@
296
296
  ]
297
297
  }
298
298
  ],
299
- ["OS=='mac' or OS=='linux' or OS.endswith('bsd') or <(is_IBMi) == 1", {
300
- "libraries": [
301
- "<!(krb5-config gssapi --libs)"
302
- ]
303
- }],
304
299
  ["OS=='linux' or OS.endswith('bsd') or <(is_IBMi) == 1", {
305
300
  "conditions": [
306
301
  ["<(has_cxxflags) == 0", {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@swimlane/nodegit",
3
3
  "description": "Node.js libgit2 asynchronous native bindings",
4
- "version": "2.0.4",
4
+ "version": "2.0.5",
5
5
  "homepage": "http://nodegit.org",
6
6
  "keywords": [
7
7
  "libgit2",