Bump version to 2.0.2

This commit is contained in:
Shivam Mathur
2020-02-21 12:14:19 +05:30
parent 0f694c5087
commit 10f86cb1a1
2 changed files with 34 additions and 49 deletions

View File

@ -1,6 +1,6 @@
{
"name": "setup-php",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"description": "Setup PHP for use with GitHub Actions",
"main": "dist/index.js",
@ -30,8 +30,8 @@
"fs": "0.0.1-security"
},
"devDependencies": {
"@types/jest": "^25.1.2",
"@types/node": "^13.7.2",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.4",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"@zeit/ncc": "^0.21.1",
@ -44,8 +44,8 @@
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"prettier": "^1.19.1",
"ts-jest": "^25.2.0",
"typescript": "^3.7.5"
"ts-jest": "^25.2.1",
"typescript": "^3.8.2"
},
"husky": {
"skipCI": true,