Skip to content

Commit 6ee221b

Browse files
committed
Upgrade to grunt-jquery-content 0.10.10.
1 parent 0bc42e6 commit 6ee221b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

includes/widget-option-hide.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<option name="hide" default="{option-hide-default|null}" example-value='{ effect: "explode", duration: 1000 }'>
2+
<option name="hide" default="null" example-value='{ effect: "explode", duration: 1000 }'>
33
<desc>If and how to animate the hiding of the <placeholder name="animated-element"/>.</desc>
44
<type name="Boolean">
55
<desc>

includes/widget-option-show.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<option name="show" default="{option-show-default|null}" example-value='{ effect: "blind", duration: 800 }'>
2+
<option name="show" default="null" example-value='{ effect: "blind", duration: 800 }'>
33
<desc>If and how to animate the showing of the <placeholder name="animated-element"/>.</desc>
44
<type name="Boolean">
55
<desc>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"grunt": "0.3.17",
2525
"grunt-clean": "0.3.0",
2626
"grunt-wordpress": "1.0.7",
27-
"grunt-jquery-content": "0.10.9",
27+
"grunt-jquery-content": "0.10.10",
2828
"grunt-check-modules": "0.1.0"
2929
},
3030
"devDependencies": {},

0 commit comments

Comments
 (0)