@microsoft/teams-manifest
Advanced tools
Comparing version 0.0.3-alpha.9c6c68d1f.0 to 0.0.3-alpha.a4c0338b1.0
{ | ||
"name": "@microsoft/teams-manifest", | ||
"version": "0.0.3-alpha.9c6c68d1f.0", | ||
"version": "0.0.3-alpha.a4c0338b1.0", | ||
"main": "build/index.js", | ||
@@ -15,4 +15,2 @@ "types": "build/index.d.ts", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@shared/eslint-config": "file:../eslint-config", | ||
"@shared/prettier-config": "file:../prettier-config", | ||
"@types/chai": "^4.2.21", | ||
@@ -45,3 +43,6 @@ "@types/chai-as-promised": "^7.1.3", | ||
"test": "npm run test:unit", | ||
"test:unit": "npx nyc mocha --no-timeouts --require ts-node/register test/**/*.test.ts" | ||
"test:unit": "npx nyc mocha --no-timeouts --require ts-node/register test/**/*.test.ts", | ||
"lint": "eslint \"**/*.ts\"", | ||
"precommit": "lint-staged", | ||
"lint:staged": "lint-staged" | ||
}, | ||
@@ -59,3 +60,3 @@ "files": [ | ||
}, | ||
"gitHead": "615d847881b56870fae87fd76c3e3ef88133d027" | ||
"gitHead": "20dedb8423d91224ce2d78802ee5244047df7410" | ||
} |
24
30916