Updating package.json

This commit is contained in:
Stanley Goldman
2019-12-13 09:34:07 -05:00
parent c4b619a553
commit 2e3dd8fe60
4 changed files with 228 additions and 31 deletions

View File

@ -8,7 +8,8 @@
"build": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"test": "jest"
"test": "jest",
"update-installers": "wget https://dot.net/v1/dotnet-install.ps1 -d externals/install-dotnet.ps1 && wget https://dot.net/v1/dotnet-install.sh -d externals/install-dotnet.sh"
},
"repository": {
"type": "git",
@ -39,6 +40,7 @@
"husky": "^2.3.0",
"jest": "^24.8.0",
"jest-circus": "^24.7.1",
"node-wget": "^0.4.3",
"prettier": "^1.17.1",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"