Comparing version 0.14.0 to 0.14.1
@@ -81,3 +81,3 @@ "use strict"; | ||
commander_1.program | ||
.version("0.0.0") | ||
.version(require("../package.json").version) | ||
.option("-n, --native", "compile native (default)") | ||
@@ -84,0 +84,0 @@ .option("-d, --deploy", "copy resulting binary to UF2 or HEX drive") |
{ | ||
"name": "makecode", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"description": "MakeCode (PXT) - web-cached build tool", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
150919