Skip to content

Commit a48ff66

Browse files
committed
Bump version to 2.2.1
1 parent 3bffbad commit a48ff66

File tree

3 files changed

+50
-62
lines changed

3 files changed

+50
-62
lines changed

dist/index.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ module.exports =
1919
/******/ };
2020
/******/
2121
/******/ // Execute the module function
22-
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
22+
/******/ var threw = true;
23+
/******/ try {
24+
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
25+
/******/ threw = false;
26+
/******/ } finally {
27+
/******/ if(threw) delete installedModules[moduleId];
28+
/******/ }
2329
/******/
2430
/******/ // Flag the module as loaded
2531
/******/ module.l = true;

package-lock.json

Lines changed: 36 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-php",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"private": false,
55
"description": "Setup PHP for use with GitHub Actions",
66
"main": "dist/index.js",
@@ -30,21 +30,21 @@
3030
"fs": "0.0.1-security"
3131
},
3232
"devDependencies": {
33-
"@types/jest": "^25.2.1",
33+
"@types/jest": "^25.2.2",
3434
"@types/node": "^14.0.1",
35-
"@typescript-eslint/eslint-plugin": "^2.33.0",
36-
"@typescript-eslint/parser": "^2.33.0",
37-
"@zeit/ncc": "^0.22.1",
35+
"@typescript-eslint/eslint-plugin": "^2.34.0",
36+
"@typescript-eslint/parser": "^2.34.0",
37+
"@zeit/ncc": "^0.22.2",
3838
"eslint": "^7.0.0",
3939
"eslint-config-prettier": "^6.11.0",
4040
"eslint-plugin-import": "^2.20.2",
41-
"eslint-plugin-jest": "^23.11.0",
41+
"eslint-plugin-jest": "^23.13.1",
4242
"eslint-plugin-prettier": "^3.1.3",
4343
"husky": "^4.2.5",
4444
"jest": "^26.0.1",
4545
"jest-circus": "^26.0.1",
4646
"prettier": "^2.0.5",
47-
"ts-jest": "^25.5.1",
47+
"ts-jest": "^26.0.0",
4848
"typescript": "^3.9.2"
4949
},
5050
"husky": {

0 commit comments

Comments
 (0)