office-addin-manifest
Advanced tools
Comparing version 1.4.6 to 1.4.7
{ | ||
"name": "office-addin-manifest", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"description": "Read and modify Office Add-in manifest files.", | ||
@@ -22,2 +22,3 @@ "main": "./lib/main.js", | ||
"dependencies": { | ||
"chalk": "^2.4.2", | ||
"commander": "^2.19.0", | ||
@@ -55,3 +56,3 @@ "node-fetch": "^2.6.0", | ||
}, | ||
"gitHead": "f71963b4e120bc06279d7d8dc0314570378ecebe" | ||
"gitHead": "49ee2927c24a90da2a28342ca237cded6e5eee34" | ||
} |
# Office-Addin-Manifest | ||
This package provides the ability to parse, display, and modify the manifest file for Office Add-ins. | ||
This package provides the ability to parse, display, modify, and validate the manifest file for Office Add-ins. | ||
@@ -11,2 +11,3 @@ For more information, see the [documentation]( | ||
* [modify](#modify) | ||
* [validate](#validate) | ||
@@ -20,3 +21,3 @@ # | ||
`office addin-manifest info <manifest> [options]` | ||
`office-addin-manifest info <manifest> [options]` | ||
@@ -32,3 +33,3 @@ `manifest`: path to manifest file. | ||
`office addin-manifest modify <manifest> [options]` | ||
`office-addin-manifest modify <manifest> [options]` | ||
@@ -58,1 +59,11 @@ `manifest`: path to manifest file. | ||
# | ||
### validate | ||
Determines whether the Office Add-in manifest is valid. | ||
Syntax: | ||
`office-addin-manifest validate <manifest>` | ||
`manifest`: path to manifest file. | ||
66960
66
7
+ Addedchalk@^2.4.2
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)