Skip to content

Commit e7604ab

Browse files
committed
#12 added CPT-UI plugin
1 parent db0684f commit e7604ab

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"composer/installers": "^1.4",
2020
"johnpbloch/wordpress": "*",
2121
"wpackagist-plugin/wordfence": "*",
22-
"wpackagist-plugin/wp-smushit": "*"
22+
"wpackagist-plugin/wp-smushit": "*",
23+
"wpackagist-plugin/custom-post-type-ui": "*"
2324
},
2425
"extra": {
2526
"wordpress-install-dir": "public/wp",

public/wp-content/themes/coloredcow/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/wp-content/themes/coloredcow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"grunt-sass-lint": "^0.2.0",
1717
"grunt-uncss": "^0.8.0"
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)