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

Commit f319aca

Browse files
committed
Version bump and dependency update
1 parent 2af3374 commit f319aca

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpress-gulp-starter-kit",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "A starter kit for developing WordPress themes with Gulp",
55
"homepage": "https://github.com/synapticism/wordpress-gulp-starter-kit",
66
"repository": {
@@ -25,8 +25,7 @@
2525
"main": "gulpfile.js",
2626
"private": true,
2727
"devDependencies": {
28-
"autoprefixer": "^6.3.6",
29-
"browser-sync": "^2.12.8",
28+
"browser-sync": "^2.13.0",
3029
"del": "^2.2.0",
3130
"gulp": "^3.9.1",
3231
"gulp-changed": "^1.3.0",
@@ -35,8 +34,7 @@
3534
"gulp-imagemin": "^3.0.1",
3635
"gulp-jshint": "^2.0.1",
3736
"gulp-livereload": "^3.8.1",
38-
"gulp-load-plugins": "^1.2.2",
39-
"gulp-postcss": "^6.1.1",
37+
"gulp-load-plugins": "^1.2.4",
4038
"gulp-rename": "^1.2.2",
4139
"gulp-ruby-sass": "^2.0.6",
4240
"gulp-sass": "^2.3.1",

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.4"
33+
, theme-version: "0.2.5"
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)