Skip to content

Commit 72bcfb1

Browse files
committed
Fixed incorrect task mapping
1 parent 6f10873 commit 72bcfb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = function() {
2828

2929
project.taskMap = {
3030
addtextdomain: 'grunt-wp-i18n',
31-
readpkg: 'sitecare-theme-config',
31+
readpkg: 'sitecare-plugin-config',
3232
makepot: 'grunt-wp-i18n',
3333
usebanner: 'grunt-banner',
3434
wpcss: 'grunt-wp-css'

0 commit comments

Comments
 (0)