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-random",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "A Node-RED node that that when triggered generates a random number between two values.",
"dependencies" : {
},

View File

@ -28,7 +28,8 @@
"proxyquire": "1.4.0",
"pushbullet": "1.4.*",
"when": "^3.6.4",
"exif": "0.4.0"
"exif": "0.4.0",
"ngeohash": "0.6.*"
},
"engines": {
"node": ">=0.8 <0.11"

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"