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

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  Version bump
  Docs update to address JSHint problems
  Updating dependencies
  • Loading branch information
xsynaptic committed Apr 18, 2016
2 parents 7c7a551 + 583474e commit 79e3fde
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpress-gulp-starter-kit",
"version": "0.2.2",
"version": "0.2.3",
"description": "A starter kit for developing WordPress themes with Gulp",
"homepage": "https://github.com/synapticism/wordpress-gulp-starter-kit",
"repository": {
Expand All @@ -25,8 +25,8 @@
"main": "gulpfile.js",
"private": true,
"devDependencies": {
"autoprefixer": "^6.3.3",
"browser-sync": "^2.11.1",
"autoprefixer": "^6.3.6",
"browser-sync": "^2.12.3",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
Expand All @@ -35,17 +35,17 @@
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.0",
"gulp-load-plugins": "^1.2.2",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.0.6",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"html5-history-api": "^4.2.5",
"merge-stream": "^1.0.0",
"normalize.css": "^3.0.3",
"normalize.css": "^4.1.1",
"require-dir": "^0.3.0",
"scut": "^1.4.0",
"spin.js": "^2.3.2",
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ If you're already up and running with most of the usual Node ecosystem tools thi
### REQUIRED

* Install [npm](http://blog.npmjs.org/post/85484771375/how-to-install-npm).
* Install [Gulp](http://gulpjs.com/): `npm install gulp -g`.
* Install [Gulp](http://gulpjs.com/): `npm install -g gulp`.
* 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.)
* Download or clone this repo: `git clone https://github.com/synapticism/wordpress-gulp-starter-kit.git`.

### OPTIONAL
Expand Down
2 changes: 1 addition & 1 deletion src/scss/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $_metadata: (
, theme-author: "Alexander Synaptic"
, theme-author-uri: "http://synapticism.com"
, theme-description: "A minimally viable theme made with the WordPress/Gulp starter kit"
, theme-version: "0.2.2"
, theme-version: "0.2.3"
, theme-license: "GPLv3"
, theme-license-uri: "http://www.gnu.org/licenses/gpl.txt"
, theme-tags: (light, responsive-layout, right-sidebar, starter-theme, two-columns, translation-ready, white)
Expand Down

0 comments on commit 79e3fde

Please sign in to comment.