mirror of
https://github.com/Azure/setup-helm.git
synced 2025-07-16 10:50:38 +00:00
Syncing package.json and package-lock.json in master with release
This commit is contained in:
6090
package-lock.json
generated
6090
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -15,15 +15,11 @@
|
|||||||
},
|
},
|
||||||
"main": "lib/run.js",
|
"main": "lib/run.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc --outDir ./lib --rootDir ./src",
|
"build": "tsc",
|
||||||
"test": "jest",
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
"test-coverage": "jest --coverage"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^12.0.10",
|
"@types/node": "^12.0.10",
|
||||||
"typescript": "^3.5.2",
|
"typescript": "^3.9.9"
|
||||||
"jest": "^26.0.1",
|
|
||||||
"@types/jest": "^25.2.2",
|
|
||||||
"ts-jest": "^25.5.1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user