NPM package updates and rebuild index.js

This commit is contained in:
Konrad Pabjan 2020-04-30 21:11:25 +02:00
parent 7df5120d6b
commit bb02294fd7
3 changed files with 140 additions and 79 deletions

View file

@ -29,13 +29,13 @@
"homepage": "https://github.com/actions/download-artifact#readme",
"devDependencies": {
"@actions/artifact": "^0.3.1",
"@actions/core": "^1.2.3",
"@typescript-eslint/parser": "^2.27.0",
"@actions/core": "^1.2.4",
"@typescript-eslint/parser": "^2.30.0",
"@zeit/ncc": "^0.22.1",
"concurrently": "^5.1.0",
"concurrently": "^5.2.0",
"eslint": "^6.8.0",
"eslint-plugin-github": "^3.4.1",
"prettier": "^2.0.4",
"prettier": "^2.0.5",
"typescript": "^3.8.3"
}
}