v2 new release (#45)

This commit is contained in:
github-actions[bot]
2022-03-03 14:53:59 -05:00
committed by GitHub
parent 7ad2aa66bb
commit 6025c84085
110 changed files with 69871 additions and 450 deletions

View File

@@ -2,9 +2,9 @@
"name": "setup-kubectl-action",
"version": "0.0.0",
"private": true,
"main": "lib/run.js",
"main": "lib/index.js",
"scripts": {
"build": "tsc --outDir ./lib --rootDir ./src",
"build": "ncc build src/run.ts -o lib",
"test": "jest",
"test-coverage": "jest --coverage"
},
@@ -22,9 +22,10 @@
},
"devDependencies": {
"@types/node": "^12.0.4",
"@vercel/ncc": "^0.33.1",
"jest": "^26.0.1",
"@types/jest": "^25.2.2",
"ts-jest": "^25.5.1",
"typescript": "3.9.2"
}
}
}