iotedge-runtime
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "iotedge-runtime", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "an NPM wrapper around the Azure IoT Edge dev tool", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
"start-iotedge": "./bin/run-container.sh", | ||
"build-iotedge": "docker build . -t iotedge-runtime", | ||
"build-iotedge": "./bin/build-container.sh", | ||
"iotedge": "./bin/iotedge.sh" | ||
@@ -19,0 +19,0 @@ }, |
9815