We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9204fbe commit adf3a1dCopy full SHA for adf3a1d
Gruntfile.js
@@ -26,15 +26,15 @@ module.exports = function (grunt) {
26
},
27
src: [ 'optimole-wp.php' ]
28
29
- }
30
- },
31
- readmetxt: {
32
- options: {
33
- prefix: 'Stable tag:\\s*'
34
35
- src: [
36
- 'readme.txt'
37
- ]
+ readmetxt: {
+ options: {
+ prefix: 'Stable tag:\\s*'
+ },
+ src: [
+ 'readme.txt'
+ ]
38
39
wp_readme_to_markdown: {
40
plugin: {
0 commit comments