Fix shorter uuids not working with the os configure command

`resin-device-init`, which is used by the `os configure` command was
still running an older SDK version, that didn't support shorter uuids.

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
Juan Cruz Viotti 2016-04-08 13:28:21 -04:00
parent 6e3c2ef168
commit 325304aebe

View File

@ -49,7 +49,7 @@
"resin-cli-visuals": "^1.2.2",
"resin-config-json": "^1.0.0",
"resin-device-config": "^3.0.0",
"resin-device-init": "^2.0.0",
"resin-device-init": "^2.0.4",
"resin-image-manager": "^4.0.0",
"resin-pine": "^1.3.0",
"resin-sdk": "^5.2.0",