office-addin-manifest
Advanced tools
Comparing version 1.2.0 to 1.2.1-alpha.0
@@ -7,5 +7,6 @@ #!/usr/bin/env node | ||
const commander = require("commander"); | ||
const path = require("path"); | ||
const commands = require("./commands"); | ||
__export(require("./manifestInfo")); | ||
if (process.argv[1].endsWith("\\manifest.js")) { | ||
if (process.argv[1].endsWith(path.join("lib", "manifest.js"))) { | ||
commander | ||
@@ -12,0 +13,0 @@ .command("info <manifest-path>") |
{ | ||
"name": "office-addin-manifest", | ||
"version": "1.2.0", | ||
"version": "1.2.1-alpha.0", | ||
"description": "Read and modify Office Add-in manifest files.", | ||
@@ -52,3 +52,4 @@ "main": "./lib/manifest.js", | ||
"url": "https://github.com/OfficeDev/Office-Addin-Scripts/issues" | ||
} | ||
}, | ||
"gitHead": "7c72c1b3475cf01cabb6010ebf08ea4b3a2995bd" | ||
} |
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
36330
14
535
2