Use latest version for getting location info

Previous version was returning incorrect location data. I verified that using newer version gives correct results.
This commit is contained in:
Ayushya Chitransh 2018-02-13 14:44:21 +05:30 committed by GitHub
parent 5d3ed04c55
commit 60726f0795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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