iotedge-runtime
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "iotedge-runtime", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "an NPM wrapper around the Azure IoT Edge dev tool", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "docker build . -t iotedge-runtime", | ||
"build": "./bin/build-container.sh", | ||
"preinstall": "docker --version", | ||
@@ -23,0 +23,0 @@ "start": "./bin/run-container.sh" |
9865
9