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

Commit

Permalink
Merge pull request #478 from olefredrik/update/devDependencies
Browse files Browse the repository at this point in the history
Update/dev dependencies
  • Loading branch information
olefredrik committed Sep 23, 2015
2 parents 2f61345 + ab282fb commit 25148fe
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
86 changes: 43 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "foundationpress",
"title": "FoundationPress",
"version": "1.4.0",
"description": "FoundationPress is a WordPress starter theme based on Foundation 5 by Zurb",
"keywords": [
"FoundationPress",
"WordPress",
"starter theme",
"Foundation",
"semantic",
"mobile first",
"customizable",
"responsive"
],
"homepage": "http://foundationpress.olefredrik.com/",
"bugs": "https://github.com/olefredrik/FoundationPress/issues",
"license": "MIT",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/olefredrik/FoundationPress.git"
},
"devDependencies": {
"bower": "^1.4.1",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-sass": "^1.0.0",
"grunt-string-replace": "~0.2.7",
"node-sass": "3.2.0",
"time-grunt": "^1.1.0"
},
"scripts": {
"build": "grunt build",
"grunt": "grunt",
"postinstall": "bower install && grunt build",
"watch": "grunt watch",
"package": "grunt package"
}
"name": "foundationpress",
"title": "FoundationPress",
"version": "1.5.0",
"description": "FoundationPress is a WordPress starter theme based on Foundation 5 by Zurb",
"keywords": [
"FoundationPress",
"WordPress",
"starter theme",
"Foundation",
"semantic",
"mobile first",
"customizable",
"responsive"
],
"homepage": "http://foundationpress.olefredrik.com/",
"bugs": "https://github.com/olefredrik/FoundationPress/issues",
"license": "MIT",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/olefredrik/FoundationPress.git"
},
"devDependencies": {
"bower": "~1.4.1",
"grunt": "~0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-sass": "~1.1.0-beta",
"grunt-string-replace": "~0.2.7",
"node-sass": "~3.3.0",
"time-grunt": "~1.1.0"
},
"scripts": {
"build": "grunt build",
"grunt": "grunt",
"postinstall": "bower install && grunt build",
"watch": "grunt watch",
"package": "grunt package"
}
}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme Name: FoundationPress
Theme URI: http://foundationpress.olefredrik.com
Github Theme URI: https://github.com/olefredrik/FoundationPress
Description: FoundationPress is a WordPress starter theme based on Foundation 5 by Zurb
Version: 1.4.0
Version: 1.5.0
Author: Ole Fredrik Lie
Author URI: http://olefredrik.com/
Expand Down

0 comments on commit 25148fe

Please sign in to comment.