Skip to content

Commit

Permalink
Merge pull request #717 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 8851091 + 4e850ee commit 2527d70
Show file tree
Hide file tree
Showing 2 changed files with 13 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": "GCWeb",
"version": "4.0.3-development",
"version": "4.0.3",
"homepage": "Web Experience Toolkit (WET): Canada.ca Theme",
"authors": [
"WET-BOEW Team"
Expand All @@ -17,7 +17,7 @@
"tests"
],
"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"
},
"main": "splsh.html"
}
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GCWeb",
"version": "4.0.3-development",
"version": "4.0.3",
"description": "Web Experience Toolkit (WET): Canada.ca Theme",
"main": "index.html",
"scripts": {
Expand Down Expand Up @@ -29,20 +29,24 @@
"license": "MIT",
"devDependencies": {
"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-html": "~1.2.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-install-dependencies": "~0.1.0",
"grunt-sass": "~0.7.0"
"grunt-jscs-checker": "^0.4.2",
"grunt-sass": "^0.14.0"
}
}

0 comments on commit 2527d70

Please sign in to comment.