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:
parent
9b56b6f4c3
commit
4dae7ece06
@ -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" : {
|
||||
},
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user