Skip to content

Commit

Permalink
Merge pull request #80 from pjackson28/releasev403
Browse files Browse the repository at this point in the history
Updated files for the v4.0.3 maintenance release
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Jun 18, 2014
2 parents 20fde74 + 47cfc33 commit f90634d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theme-gc-intranet",
"version": "4.0.3-development",
"version": "4.0.3",
"license": "https://github.com/wet-boew/theme-gc-intranet/blob/master/License-en.txt",
"ignore": [
"**/.*",
Expand All @@ -12,7 +12,7 @@
"lib"
],
"devDependencies": {
"wet-boew": "https://github.com/wet-boew/wet-boew/tarball/master"
"wet-boew": "git://github.com/wet-boew/wet-boew.git#v4.0.3"
},
"homepage": "https://github.com/wet-boew/theme-gc-intranet",
"authors": [
Expand Down
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theme-gc-intranet",
"version": "4.0.3-development",
"version": "4.0.3",
"scripts": {
"test": "grunt",
"postinstall": "bower update --config.interactive=false && cd lib/wet-boew && npm install"
Expand All @@ -11,20 +11,22 @@
"assemble": "~0.4.12",
"assemble-contrib-i18n": "~0.1.2",
"grunt": "~0.4.1",
"grunt-autoprefixer": "~0.4.0",
"grunt-autoprefixer": "^0.7.2",
"grunt-check-dependencies": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-gh-pages": "~0.8.0",
"grunt-htmlcompressor": "~0.1.9",
"grunt-gh-pages": "~0.9.0",
"grunt-html": "~1.4.0",
"grunt-htmlcompressor": "~0.1.10",
"grunt-hub": "~0.5.0",
"grunt-i18n-csv": "0.0.7",
"grunt-jscs-checker": "^0.4.0",
"grunt-sass": "~0.11.0"
"grunt-install-dependencies": "~0.1.0",
"grunt-jscs-checker": "^0.4.2",
"grunt-sass": "^0.14.0"
}
}

0 comments on commit f90634d

Please sign in to comment.