add ngeohash to package.json for tests...

This commit is contained in:
dceejay
2015-03-31 15:35:37 +01:00
parent 9b56b6f4c3
commit 4dae7ece06
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-geohash",
"version" : "0.0.3",
"version" : "0.0.4",
"description" : "A Node-RED node to encode and decode lat,lon pairs to a geohash.",
"dependencies" : {
"ngeohash" : "0.6.0"