Skip to content

Commit 3fbdb18

Browse files
jason-foxdcalvoalonso
authored andcommitted
Fix #25 - Update to specific IoT Agent version (#26)
1 parent a4678e6 commit 3fbdb18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iotagent-lora",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "IoT Agent for LoRaWAN protocol",
55
"main": "lib/iotagent-lora",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"async": "^2.6.1",
2222
"cbor-sync": "^1.0.3",
23-
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
23+
"iotagent-node-lib": "2.8.1",
2424
"mqtt": "^2.18.8",
2525
"request": "^2.88.0",
2626
"winston": "^3.1.0"

0 commit comments

Comments
 (0)