@p4d/leapmotion
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "@p4d/leapmotion", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "P4D Leap Motion library", | ||
@@ -5,0 +5,0 @@ "main": "src/main.js", |
@@ -112,3 +112,3 @@ const EventEmitter = require('events') | ||
hand: hand, | ||
handCount: self.attributes.handCount | ||
handCount: self.attributes.handCount - 1 | ||
}) | ||
@@ -115,0 +115,0 @@ }) |
1209389