-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[eng/tools] Format package.json with two spaces for brevity (#29151)
- Add globstar to PR paths
- Loading branch information
1 parent
1ffaacb
commit 51e9bdf
Showing
4 changed files
with
58 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
{ | ||
"name": "@azure-tools/suppressions", | ||
"private": true, | ||
"version": "0.0.1", | ||
"type": "module", | ||
"main": "dist/src/index.js", | ||
"bin": { | ||
"get-suppressions": "cmd/get-suppressions.js" | ||
}, | ||
"dependencies": { | ||
"minimatch": "^9.0.4", | ||
"yaml": "^2.4.2", | ||
"zod": "^3.23.6", | ||
"zod-validation-error": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.19.31", | ||
"typescript": "~5.4.5", | ||
"vitest": "^1.5.3" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"postinstall": "npm run build", | ||
"test": "vitest" | ||
}, | ||
"engines": { | ||
"node": ">= 18.0.0" | ||
} | ||
"name": "@azure-tools/suppressions", | ||
"private": true, | ||
"version": "0.0.1", | ||
"type": "module", | ||
"main": "dist/src/index.js", | ||
"bin": { | ||
"get-suppressions": "cmd/get-suppressions.js" | ||
}, | ||
"dependencies": { | ||
"minimatch": "^9.0.4", | ||
"yaml": "^2.4.2", | ||
"zod": "^3.23.6", | ||
"zod-validation-error": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.19.31", | ||
"typescript": "~5.4.5", | ||
"vitest": "^1.5.3" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"postinstall": "npm run build", | ||
"test": "vitest" | ||
}, | ||
"engines": { | ||
"node": ">= 18.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"name": "@azure-tools/typespec-validation", | ||
"private": true, | ||
"version": "0.0.1", | ||
"type": "module", | ||
"main": "dist/src/index.js", | ||
"bin": { | ||
"tsv": "cmd/tsv.js" | ||
}, | ||
"dependencies": { | ||
"globby": "^14.0.1", | ||
"simple-git": "^3.24.0", | ||
"suppressions": "file:../suppressions", | ||
"yaml": "^2.4.2" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^18.19.31", | ||
"mocha": "^10.4.0", | ||
"typescript": "~5.4.5" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"postinstall": "cd ../suppressions && npm run build && cd ../typespec-validation && npm run build", | ||
"test": "npm run build && mocha --recursive --exit" | ||
}, | ||
"engines": { | ||
"node": ">= 18.0.0" | ||
} | ||
"name": "@azure-tools/typespec-validation", | ||
"private": true, | ||
"version": "0.0.1", | ||
"type": "module", | ||
"main": "dist/src/index.js", | ||
"bin": { | ||
"tsv": "cmd/tsv.js" | ||
}, | ||
"dependencies": { | ||
"globby": "^14.0.1", | ||
"simple-git": "^3.24.0", | ||
"suppressions": "file:../suppressions", | ||
"yaml": "^2.4.2" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^18.19.31", | ||
"mocha": "^10.4.0", | ||
"typescript": "~5.4.5" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"postinstall": "cd ../suppressions && npm run build && cd ../typespec-validation && npm run build", | ||
"test": "npm run build && mocha --recursive --exit" | ||
}, | ||
"engines": { | ||
"node": ">= 18.0.0" | ||
} | ||
} |