Skip to content

Commit

Permalink
Update the second instance of the version number in package-lock.json…
Browse files Browse the repository at this point in the history
… when using bump.
  • Loading branch information
johnbillion committed Oct 24, 2024
1 parent 1bb3d4a commit 8e09152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"icons": "sharp -i .wordpress-org/icon.svg -o .wordpress-org/icon-128x128.png -f png --palette resize 128 128 && sharp -i .wordpress-org/icon.svg -o .wordpress-org/icon-256x256.png -f png --palette resize 256 256 && sharp -i .wordpress-org/icon-light.svg -o docs/assets/logo.png -f png --palette resize 256 256",
"build": "sass --no-source-map assets/query-monitor.scss assets/query-monitor.css",
"watch": "sass --watch --poll assets/query-monitor.scss assets/query-monitor.css",
"version": "npm install # See https://github.com/JS-DevTools/version-bump-prompt/issues/42",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
Expand Down

0 comments on commit 8e09152

Please sign in to comment.