1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-geohash", "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.", "description" : "A Node-RED node to encode and decode lat,lon pairs to a geohash.",
"dependencies" : { "dependencies" : {
"ngeohash" : "0.6.0" "ngeohash" : "0.6.0"