office-addin-cli
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "office-addin-cli", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "A command-line interface for Office Add-ins.", | ||
@@ -27,3 +27,3 @@ "main": "./lib/main.js", | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.7", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^12.12.34", | ||
@@ -33,3 +33,3 @@ "@types/node-fetch": "^2.5.5", | ||
"concurrently": "^3.5.0", | ||
"mocha": "^5.2.0", | ||
"mocha": "^7.1.1", | ||
"rimraf": "^2.7.1", | ||
@@ -48,3 +48,3 @@ "sinon": "^7.5.0", | ||
}, | ||
"gitHead": "ddbb461774e6a2675d410c66259d54dbfb5b6896" | ||
"gitHead": "1ac2d65af9feed31efc5b0910d7f1e37fd966db2" | ||
} |
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
7197