updating package.json

This commit is contained in:
koenemann 2016-02-15 09:14:43 +01:00
parent d33ef8e8aa
commit 0f4f0bcc87
3 changed files with 11 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,4 +1,7 @@
.brackets.json
.idea
.idea/.name
.idea/compiler.xml

View File

@ -27,14 +27,14 @@
"bower": "^1.7.7",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-ignore": "^1.2.1",
"gulp-ignore": "^2.0.1",
"gulp-minify-css": "^1.2.3",
"gulp-plumber": "^1.0.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.0",
"gulp-rimraf": "^0.2.0",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.2",
"gulp-watch": "^4.3.5",
"merge2": "^0.3.6"
"merge2": "^1.0.1"
}
}

View File

@ -17,7 +17,9 @@ get_header(); ?>
<?php if ( have_posts() ) : ?>
<header class="page-header">
<h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'understrap' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
</header><!-- .page-header -->
<?php /* Start the Loop */ ?>