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

Commit 79e3fde

Browse files
committed
Merge branch 'develop'
* develop: Version bump Docs update to address JSHint problems Updating dependencies
2 parents 7c7a551 + 583474e commit 79e3fde

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpress-gulp-starter-kit",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
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,8 @@
2525
"main": "gulpfile.js",
2626
"private": true,
2727
"devDependencies": {
28-
"autoprefixer": "^6.3.3",
29-
"browser-sync": "^2.11.1",
28+
"autoprefixer": "^6.3.6",
29+
"browser-sync": "^2.12.3",
3030
"del": "^2.2.0",
3131
"gulp": "^3.9.1",
3232
"gulp-changed": "^1.3.0",
@@ -35,17 +35,17 @@
3535
"gulp-imagemin": "^2.4.0",
3636
"gulp-jshint": "^2.0.0",
3737
"gulp-livereload": "^3.8.1",
38-
"gulp-load-plugins": "^1.2.0",
38+
"gulp-load-plugins": "^1.2.2",
3939
"gulp-postcss": "^6.1.0",
4040
"gulp-rename": "^1.2.2",
4141
"gulp-ruby-sass": "^2.0.6",
4242
"gulp-sass": "^2.2.0",
4343
"gulp-sourcemaps": "^1.6.0",
44-
"gulp-uglify": "^1.5.2",
44+
"gulp-uglify": "^1.5.3",
4545
"gulp-util": "^3.0.7",
4646
"html5-history-api": "^4.2.5",
4747
"merge-stream": "^1.0.0",
48-
"normalize.css": "^3.0.3",
48+
"normalize.css": "^4.1.1",
4949
"require-dir": "^0.3.0",
5050
"scut": "^1.4.0",
5151
"spin.js": "^2.3.2",

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ If you're already up and running with most of the usual Node ecosystem tools thi
2121
### REQUIRED
2222

2323
* Install [npm](http://blog.npmjs.org/post/85484771375/how-to-install-npm).
24-
* Install [Gulp](http://gulpjs.com/): `npm install gulp -g`.
24+
* Install [Gulp](http://gulpjs.com/): `npm install -g gulp`.
25+
* Install [JSHint](http://jshint.com/): `npm install -g jshint`. (You can skip this and cut JSHint out of the workflow but it will take some additional work.)
2526
* Download or clone this repo: `git clone https://github.com/synapticism/wordpress-gulp-starter-kit.git`.
2627

2728
### OPTIONAL

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