Skip to content

Commit 785029e

Browse files
committed
Ping a version of grunt-wordpress to 2.1.4
`grunt-wordpress` updates `gilded-wordpress` in patch releases. However, our infra requires strict matching of the `gilded-wordpress` version in the `GW_VERSION` variable set in `gilded-wordpress.php`. Let's pin the version to avoid breaking changes from subdependencies updates.
1 parent 72a287e commit 785029e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"async": "^3.2.0",
2424
"cheerio": "^1.0.0-rc.12",
2525
"grunt-check-modules": "^1.1.0",
26-
"grunt-wordpress": "^2.1.4",
26+
"grunt-wordpress": "2.1.4",
2727
"he": "^1.2.0",
2828
"highlight.js": "^10.7.2",
2929
"marked": "^4.0.0",

0 commit comments

Comments
 (0)