@microsoft/teams-manifest
Advanced tools
Comparing version 0.0.6-alpha.e1e159c3b.0 to 0.0.6-alpha.eda8f1aa6.0
{ | ||
"name": "@microsoft/teams-manifest", | ||
"version": "0.0.6-alpha.e1e159c3b.0", | ||
"version": "0.0.6-alpha.eda8f1aa6.0", | ||
"main": "build/index.js", | ||
@@ -44,3 +44,3 @@ "types": "build/index.d.ts", | ||
"test": "npm run test:unit", | ||
"test:unit": "npx nyc --reporter=lcov mocha --no-timeouts --require ts-node/register test/**/*.test.ts && npx codecov", | ||
"test:unit": "npx nyc --reporter=lcov mocha --no-timeouts --require ts-node/register test/**/*.test.ts ", | ||
"lint": "eslint \"**/*.ts\"", | ||
@@ -62,3 +62,3 @@ "precommit": "lint-staged", | ||
}, | ||
"gitHead": "2be501209aa14f81ede4669be4c5b3308276bb65" | ||
"gitHead": "404a03a95cc67d321c629eb25e300ad45359b211" | ||
} |
75991