Use latest version for getting location info

Previous version was returning incorrect location data. I verified that using newer version gives correct results.
pull/5/head
Ayushya Chitransh 7 years ago committed by GitHub
parent 5d3ed04c55
commit 60726f0795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

@ -16,7 +16,7 @@
"d3": "3.5.6", "d3": "3.5.6",
"debug": "2.2.0", "debug": "2.2.0",
"express": "4.13.3", "express": "4.13.3",
"geoip-lite": "1.1.6", "geoip-lite": "1.2.1",
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0", "grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1", "grunt-contrib-concat": "^0.5.1",

Loading…
Cancel
Save