Skip to content

Commit

Permalink
chore: update @prettier/php-parser to correct release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheAdams committed Mar 30, 2021
1 parent 559e33b commit 178934a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install npm dependencies
run: |
npm ci --production
npm ci
npm run build
- name: Generate plugin artifact
Expand Down
65 changes: 19 additions & 46 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@prettier/plugin-php": "^0.14.3",
"@prettier/plugin-php": "^0.16.2",
"@wordpress/babel-plugin-import-jsx-pragma": "^2.7.0",
"@wordpress/eslint-plugin": "^7.2.0",
"cross-env": "^7.0.2",
Expand Down

0 comments on commit 178934a

Please sign in to comment.