thingssdk-deployer
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "thingssdk-deployer", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Deploys JavaScript code to microcontrollers using build and upload strategies", | ||
@@ -23,7 +23,7 @@ "main": "index.js", | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"istanbul": "^0.4.4", | ||
"mocha": "^3.0.2" | ||
"chai": "^4.0.1", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.4.2" | ||
}, | ||
"homepage": "https://github.com/thingsSDK/thingssdk-deployer#readme" | ||
} | ||
} |
@@ -14,3 +14,3 @@ # thingsSDK Deployer | ||
```bash | ||
$ npm install thingssdk\thingssdk-deployer | ||
$ npm install thingssdk-deployer | ||
``` | ||
@@ -59,4 +59,4 @@ | ||
##Current Strategies | ||
## Current Strategies | ||
* [thingssdk-espruino-strategy](https://github.com/thingsSDK/thingssdk-espruino-strategy) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8148