Skip to content

Commit

Permalink
Bump version to 2.20.1
Browse files Browse the repository at this point in the history
Fix format script in package.json
  • Loading branch information
shivammathur committed Jul 7, 2022
1 parent ce49f82 commit 3312ea6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "setup-php",
"version": "2.20.0",
"version": "2.20.1",
"private": false,
"description": "Setup PHP for use with GitHub Actions",
"main": "lib/install.js",
Expand All @@ -17,7 +17,7 @@
"scripts": {
"build": "tsc",
"lint": "eslint **/src/*.ts **/__tests__/*.ts --cache --fix",
"format": "prettier --write **/src/*.ts **/__tests__/*.ts && git add -f src/",
"format": "prettier --write **/src/*.ts **/__tests__/*.ts && git add -f __tests__/ ",
"format-check": "prettier --check **/src/*.ts **/__tests__/*.ts",
"release": "ncc build -o dist && git add -f dist/",
"test": "jest"
Expand All @@ -40,7 +40,7 @@
},
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/node": "^18.0.1",
"@types/node": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@vercel/ncc": "^0.34.0",
Expand Down

0 comments on commit 3312ea6

Please sign in to comment.