office-addin-cli
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -0,1 +1,3 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT license. | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -2,0 +4,0 @@ function logErrorMessage(err) { |
@@ -0,1 +1,3 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT license. | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -2,0 +4,0 @@ function parseNumber(optionValue, errorMessage = "The value should be a number.") { |
{ | ||
"name": "office-addin-cli", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "A command-line interface for Office Add-ins.", | ||
@@ -16,3 +16,3 @@ "main": "./lib/main.js", | ||
"bin": { | ||
"office-addin-cli": "./lib/cli.js" | ||
"office-addin-cli": "./cli.js" | ||
}, | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "26eaf6c8fcc6aaec2252575540caeba124d40cf4" | ||
"gitHead": "416db4c11018473074697acfd47b283b8e43c220" | ||
} |
Sorry, the diff of this file is not supported yet
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
6124
16
61