office-addin-manifest
Advanced tools
Comparing version 1.2.1-alpha.0 to 1.2.1
@@ -10,3 +10,6 @@ #!/usr/bin/env node | ||
__export(require("./manifestInfo")); | ||
if (process.argv[1].endsWith(path.join("lib", "manifest.js"))) { | ||
// if this package is being run from the command line | ||
// (related to "main" and "bin" in package.json) | ||
if (process.argv[1].endsWith(path.join("lib", "manifest.js")) | ||
|| process.argv[1].endsWith(path.join(".bin", "office-addin-manifest"))) { | ||
commander | ||
@@ -13,0 +16,0 @@ .command("info <manifest-path>") |
{ | ||
"name": "office-addin-manifest", | ||
"version": "1.2.1-alpha.0", | ||
"version": "1.2.1", | ||
"description": "Read and modify Office Add-in manifest files.", | ||
@@ -53,3 +53,3 @@ "main": "./lib/manifest.js", | ||
}, | ||
"gitHead": "7c72c1b3475cf01cabb6010ebf08ea4b3a2995bd" | ||
"gitHead": "0dee1696d5c35e56016c1a68d86750a63a145dab" | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
36628
538
1