chore(packages): update for consistency (#607)
* updates all authors in package * updates package configuration for consistency * updates coverage thresholds to raise the bar * remove readme from package.json files * added coverageThreshold to package.json * remove extra line
This commit is contained in:
Родитель
5f1b333fe0
Коммит
e1a830cde6
|
@ -1,18 +1,17 @@
|
|||
{
|
||||
"name": "@microsoft/fast-dna",
|
||||
"description": "Fast, adaptive, secure, and timeless design network architecture.",
|
||||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"version": "1.0.4",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"readme": "README.md",
|
||||
"scripts": {
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
|
||||
},
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
"name": "@microsoft/fast-animation",
|
||||
"description": "An animation library that simplifies interactions and animations using the Web Animation API.",
|
||||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build:app": "webpack --config webpack/webpack.react.config.js",
|
||||
"prepare": "tsc -p ./lib/tsconfig.json",
|
||||
|
@ -21,6 +21,30 @@
|
|||
"tslint:fix": "tslint -c ./tslint.json --fix '**/*.ts{,x}'",
|
||||
"unit-tests": "jest"
|
||||
},
|
||||
"jest": {
|
||||
"collectCoverage": true,
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"statements": 72,
|
||||
"branches": 58,
|
||||
"functions": 68,
|
||||
"lines": 72
|
||||
}
|
||||
},
|
||||
"rootDir": "./",
|
||||
"transform": {
|
||||
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
|
||||
},
|
||||
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
|
||||
"moduleFileExtensions": [
|
||||
"ts",
|
||||
"tsx",
|
||||
"js"
|
||||
],
|
||||
"moduleDirectories": [
|
||||
"node_modules"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@microsoft/fast-tslint-rules": "^1.8.0",
|
||||
"@types/jest": "^21.1.2",
|
||||
|
@ -68,21 +92,5 @@
|
|||
},
|
||||
"peerDependencies": {
|
||||
"lodash-es": "^4.0.0"
|
||||
},
|
||||
"jest": {
|
||||
"rootDir": "./",
|
||||
"transform": {
|
||||
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
|
||||
},
|
||||
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
|
||||
"moduleFileExtensions": [
|
||||
"ts",
|
||||
"tsx",
|
||||
"js"
|
||||
],
|
||||
"collectCoverage": true,
|
||||
"moduleDirectories": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,17 +1,16 @@
|
|||
{
|
||||
"name": "@microsoft/fast-application-utilities",
|
||||
"version": "1.8.0",
|
||||
"description": "FAST application utilities",
|
||||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
@ -25,6 +24,14 @@
|
|||
},
|
||||
"jest": {
|
||||
"collectCoverage": true,
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"statements": 87,
|
||||
"branches": 75,
|
||||
"functions": 100,
|
||||
"lines": 87
|
||||
}
|
||||
},
|
||||
"transform": {
|
||||
"^.+\\.tsx?$": "ts-jest",
|
||||
"^.+\\.jsx?$": "babel-jest"
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -5,14 +5,13 @@
|
|||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
@ -26,6 +25,14 @@
|
|||
},
|
||||
"jest": {
|
||||
"collectCoverage": true,
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"statements": 100,
|
||||
"branches": 71,
|
||||
"functions": 100,
|
||||
"lines": 100
|
||||
}
|
||||
},
|
||||
"transform": {
|
||||
"^.+\\.tsx?$": "ts-jest"
|
||||
},
|
||||
|
|
|
@ -5,8 +5,9 @@
|
|||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
|
@ -20,7 +21,6 @@
|
|||
"tslint": "tslint -c ./tslint.json '**/*.ts{,x}'",
|
||||
"tslint:fix": "tslint -c ./tslint.json --fix '**/*.ts{,x}'"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@microsoft/fast-tslint-rules": "^1.8.0",
|
||||
"tslint": "^5.9.1",
|
||||
|
|
|
@ -5,8 +5,9 @@
|
|||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
|
@ -20,7 +21,6 @@
|
|||
"tslint": "tslint -c ./tslint.json '**/*.ts{,x}'",
|
||||
"tslint:fix": "tslint -c ./tslint.json --fix '**/*.ts{,x}'"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@microsoft/fast-tslint-rules": "^1.8.0",
|
||||
"tslint": "^5.9.1",
|
||||
|
|
|
@ -5,8 +5,9 @@
|
|||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
|
@ -29,10 +30,16 @@
|
|||
"unit-tests:update": "jest --updateSnapshot",
|
||||
"unit-tests:watch": "jest --watch"
|
||||
},
|
||||
"license": "MIT",
|
||||
"readme": "README.md",
|
||||
"jest": {
|
||||
"collectCoverage": true,
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"statements": 92,
|
||||
"branches": 74,
|
||||
"functions": 82,
|
||||
"lines": 92
|
||||
}
|
||||
},
|
||||
"transform": {
|
||||
"^.+\\.tsx?$": "ts-jest",
|
||||
"^.+\\.jsx?$": "babel-jest"
|
||||
|
|
|
@ -1,18 +1,17 @@
|
|||
{
|
||||
"name": "@microsoft/fast-components-react-msft",
|
||||
"version": "1.8.0",
|
||||
"description": "FAST Microsoft components implemented in React",
|
||||
"sideEffects": false,
|
||||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
@ -33,6 +32,14 @@
|
|||
},
|
||||
"jest": {
|
||||
"collectCoverage": true,
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"statements": 94,
|
||||
"branches": 100,
|
||||
"functions": 57,
|
||||
"lines": 94
|
||||
}
|
||||
},
|
||||
"transform": {
|
||||
"^.+\\.tsx?$": "ts-jest",
|
||||
"^.+\\.jsx?$": "babel-jest"
|
||||
|
|
|
@ -5,14 +5,13 @@
|
|||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -5,14 +5,13 @@
|
|||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
"name": "@microsoft/fast-form-generator-react",
|
||||
"description": "A self generating user interface based on JSON Schemas.",
|
||||
"sideEffects": false,
|
||||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"version": "1.8.0",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
|
@ -25,10 +26,16 @@
|
|||
"unit-tests:update": "jest --updateSnapshot",
|
||||
"unit-tests:watch": "jest --watch"
|
||||
},
|
||||
"license": "MIT",
|
||||
"readme": "README.md",
|
||||
"jest": {
|
||||
"collectCoverage": true,
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"statements": 60,
|
||||
"branches": 38,
|
||||
"functions": 54,
|
||||
"lines": 60
|
||||
}
|
||||
},
|
||||
"transform": {
|
||||
"^.+\\.tsx?$": "ts-jest",
|
||||
"^.+\\.jsx?$": "babel-jest"
|
||||
|
|
|
@ -3,14 +3,16 @@
|
|||
"description": "Microsoft SVG Glyphs",
|
||||
"sideEffects": false,
|
||||
"version": "1.8.0",
|
||||
"keywords": [
|
||||
"svg"
|
||||
],
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"svg",
|
||||
"icons",
|
||||
"glyphs"
|
||||
],
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"clean:dist": "node ../../build/clean.js dist",
|
||||
|
@ -23,7 +25,6 @@
|
|||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"homepage": "https://github.com/Microsoft/fast-tslint-rules#readme",
|
||||
"devDependencies": {
|
||||
"@microsoft/fast-tslint-rules": "^1.8.0",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -5,14 +5,13 @@
|
|||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
@ -29,6 +28,14 @@
|
|||
},
|
||||
"jest": {
|
||||
"collectCoverage": true,
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"statements": 41,
|
||||
"branches": 6,
|
||||
"functions": 20,
|
||||
"lines": 40
|
||||
}
|
||||
},
|
||||
"moduleFileExtensions": [
|
||||
"ts",
|
||||
"js"
|
||||
|
|
|
@ -5,14 +5,13 @@
|
|||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
@ -29,10 +28,10 @@
|
|||
"collectCoverage": true,
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"branches": 50,
|
||||
"functions": 50,
|
||||
"lines": 50,
|
||||
"statements": -10
|
||||
"statements": 98,
|
||||
"branches": 66,
|
||||
"functions": 100,
|
||||
"lines": 98
|
||||
}
|
||||
},
|
||||
"transform": {
|
||||
|
|
|
@ -5,14 +5,13 @@
|
|||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
|
|
@ -5,14 +5,13 @@
|
|||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
@ -27,10 +26,10 @@
|
|||
"collectCoverage": true,
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"branches": 69,
|
||||
"functions": 90,
|
||||
"lines": 80,
|
||||
"statements": -10
|
||||
"statements": 100,
|
||||
"branches": 100,
|
||||
"functions": 100,
|
||||
"lines": 100
|
||||
}
|
||||
},
|
||||
"transform": {
|
||||
|
|
|
@ -5,14 +5,13 @@
|
|||
"sideEffects": false,
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"main": "dist/index.js",
|
||||
"type": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
@ -29,6 +28,14 @@
|
|||
},
|
||||
"jest": {
|
||||
"collectCoverage": true,
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"statements": 71,
|
||||
"branches": 66,
|
||||
"functions": 83,
|
||||
"lines": 71
|
||||
}
|
||||
},
|
||||
"transform": {
|
||||
"^.+\\.tsx?$": "ts-jest",
|
||||
"^.+\\.jsx?$": "babel-jest"
|
||||
|
|
|
@ -5,14 +5,13 @@
|
|||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
@ -28,10 +27,10 @@
|
|||
"collectCoverage": true,
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"branches": 50,
|
||||
"functions": 50,
|
||||
"lines": 50,
|
||||
"statements": -10
|
||||
"statements": 100,
|
||||
"branches": 93,
|
||||
"functions": 100,
|
||||
"lines": 100
|
||||
}
|
||||
},
|
||||
"transform": {
|
||||
|
|
|
@ -5,16 +5,14 @@
|
|||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Fluent Web",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"main": "index.js",
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
"scripts": {
|
||||
"prepare": "babel src --presets babel-preset-es2015 --out-dir dist",
|
||||
"test": "npm run eslint && npm run unit-tests",
|
||||
|
@ -25,10 +23,10 @@
|
|||
"collectCoverage": true,
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"branches": 75,
|
||||
"functions": 95,
|
||||
"lines": 85,
|
||||
"statements": 85
|
||||
"statements": 89,
|
||||
"branches": 78,
|
||||
"functions": 96,
|
||||
"lines": 90
|
||||
}
|
||||
},
|
||||
"transformIgnorePatterns": [
|
||||
|
|
|
@ -6,8 +6,9 @@
|
|||
"sideEffects": false,
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
|
@ -21,8 +22,6 @@
|
|||
"tslint": "tslint -c ./tslint.json 'src/**/*.ts{,x}' '**/*.ts{,x}'",
|
||||
"tslint:fix": "tslint -c ./tslint.json --fix 'src/**/*.ts{,x}' '**/*.ts{,x}'"
|
||||
},
|
||||
"license": "MIT",
|
||||
"readme": "README.md",
|
||||
"devDependencies": {
|
||||
"@brainly/html-sketchapp": "^3.1.0",
|
||||
"@microsoft/fast-tslint-rules": "^1.8.0",
|
||||
|
|
|
@ -3,20 +3,19 @@
|
|||
"description": "tslint rules for FAST projects",
|
||||
"sideEffects": false,
|
||||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"keywords": [
|
||||
"tslint",
|
||||
"typescript"
|
||||
],
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"email": "fwq@microsoft.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/fast-dna.git"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"main": "tslint.json",
|
||||
"homepage": "https://github.com/Microsoft/fast-tslint-rules#readme",
|
||||
"dependencies": {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Fluent Web",
|
||||
"email": "fwq@microsoft.com"
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -32,10 +32,10 @@
|
|||
"collectCoverage": true,
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"branches": 29,
|
||||
"functions": 50,
|
||||
"lines": 50,
|
||||
"statements": 50
|
||||
"statements": 66,
|
||||
"branches": 34,
|
||||
"functions": 55,
|
||||
"lines": 66
|
||||
}
|
||||
},
|
||||
"testRegex": "(/__tests__/.*(test|spec))\\.(ts|tsx)$",
|
||||
|
|
Загрузка…
Ссылка в новой задаче