@actions/artifact v0.2.0 package

This commit is contained in:
Konrad Pabjan 2020-03-13 09:59:47 +01:00
parent 9315ed55d4
commit 7f5d8636fa
5 changed files with 4680 additions and 866 deletions

View file

@ -29,23 +29,23 @@
},
"homepage": "https://github.com/actions/upload-artifact#readme",
"devDependencies": {
"@actions/artifact": "^0.1.0",
"@actions/core": "^1.2.0",
"@actions/artifact": "^0.2.0",
"@actions/core": "^1.2.3",
"@actions/glob": "^0.1.0",
"@actions/io": "^1.0.2",
"@types/jest": "^25.1.1",
"@types/node": "^12.12.14",
"@typescript-eslint/parser": "^2.19.0",
"@types/jest": "^25.1.4",
"@types/node": "^12.12.30",
"@typescript-eslint/parser": "^2.23.0",
"@zeit/ncc": "^0.20.5",
"concurrently": "^5.1.0",
"eslint": "^6.8.0",
"eslint-plugin-github": "^3.4.0",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-github": "^3.4.1",
"eslint-plugin-jest": "^23.8.2",
"glob": "^7.1.6",
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"prettier": "^1.19.1",
"ts-jest": "^25.2.0",
"typescript": "^3.7.2"
"ts-jest": "^25.2.1",
"typescript": "^3.8.3"
}
}