summaryrefslogtreecommitdiffstatshomepage
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 64651fece8..a577b0711d 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -838,7 +838,6 @@ module.exports = function(grunt) {
'!**/*.min.js',
'!wp-admin/js/custom-header.js', // Why? We should minify this.
'!wp-admin/js/farbtastic.js',
- '!wp-includes/js/swfobject.js',
]
},
'jquery-ui': {
@@ -1141,7 +1140,7 @@ module.exports = function(grunt) {
}
// Fetch a list of the files that Twemoji supplies.
- query = 'query={repository(owner: "jdecked", name: "twemoji") {object(expression: "v15.1.0:assets/svg") {... on Tree {entries {name}}}}}';
+ query = 'query={repository(owner: "jdecked", name: "twemoji") {object(expression: "v16.0.1:assets/svg") {... on Tree {entries {name}}}}}';
files = spawn( 'gh', [ 'api', 'graphql', '-f', query] );
if ( 0 !== files.status ) {