Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 2af3374

Browse files
committed
Deps update and version bump
1 parent 74a5cb4 commit 2af3374

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpress-gulp-starter-kit",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "A starter kit for developing WordPress themes with Gulp",
55
"homepage": "https://github.com/synapticism/wordpress-gulp-starter-kit",
66
"repository": {
@@ -26,20 +26,20 @@
2626
"private": true,
2727
"devDependencies": {
2828
"autoprefixer": "^6.3.6",
29-
"browser-sync": "^2.12.3",
29+
"browser-sync": "^2.12.8",
3030
"del": "^2.2.0",
3131
"gulp": "^3.9.1",
3232
"gulp-changed": "^1.3.0",
3333
"gulp-concat": "^2.6.0",
34-
"gulp-cssnano": "^2.1.1",
35-
"gulp-imagemin": "^2.4.0",
36-
"gulp-jshint": "^2.0.0",
34+
"gulp-cssnano": "^2.1.2",
35+
"gulp-imagemin": "^3.0.1",
36+
"gulp-jshint": "^2.0.1",
3737
"gulp-livereload": "^3.8.1",
3838
"gulp-load-plugins": "^1.2.2",
39-
"gulp-postcss": "^6.1.0",
39+
"gulp-postcss": "^6.1.1",
4040
"gulp-rename": "^1.2.2",
4141
"gulp-ruby-sass": "^2.0.6",
42-
"gulp-sass": "^2.2.0",
42+
"gulp-sass": "^2.3.1",
4343
"gulp-sourcemaps": "^1.6.0",
4444
"gulp-uglify": "^1.5.3",
4545
"gulp-util": "^3.0.7",

src/scss/_config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $_metadata: (
3030
, theme-author: "Alexander Synaptic"
3131
, theme-author-uri: "http://synapticism.com"
3232
, theme-description: "A minimally viable theme made with the WordPress/Gulp starter kit"
33-
, theme-version: "0.2.3"
33+
, theme-version: "0.2.4"
3434
, theme-license: "GPLv3"
3535
, theme-license-uri: "http://www.gnu.org/licenses/gpl.txt"
3636
, theme-tags: (light, responsive-layout, right-sidebar, starter-theme, two-columns, translation-ready, white)

0 commit comments

Comments
 (0)