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

Commit

Permalink
Update dependencies from bower and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed Nov 20, 2014
1 parent 1d5a99d commit 05de251
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

### HEAD
* Update dependencies from bower and npm
* Update Apache Server Configs to v2.11.0
* Rename Apple touch icon to `apple-touch-icon.png` and add<br>
`<link>` in `templates/header.html`
([h5bp/html5-boilerplate#1622](https://github.com/h5bp/html5-boilerplate/pull/1622))
* Update `bower` and `npm` dependencies
* Removed obsolete sourcemapping option
* Update `apple-touch-icon-precomposed.png`
([h5bp/html5-boilerplate#1599](https://github.com/h5bp/html5-boilerplate/pull/1599))
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"ignore": [],
"dependencies": {
"jquery": "1.11.1",
"normalize-scss": "3.0.1",
"normalize-scss": "3.0.2",
"modernizr": "2.8.3",
"requirejs": "2.1.15",
"sass-mixins": "0.10.0"
"sass-mixins": "0.11.0"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
"dependencies": {},
"devDependencies": {
"bower": "1.3.12",
"glob": "4.0.6",
"glob": "4.2.0",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-connect": "0.8.0",
"grunt-contrib-copy": "0.6.0",
"grunt-contrib-imagemin": "0.8.1",
"grunt-contrib-connect": "0.9.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-imagemin": "0.9.2",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-sass": "0.8.1",
"grunt-contrib-watch": "0.6.1",
"grunt-karma": "0.9.0",
"grunt-modernizr": "0.6.0",
"grunt-replace": "0.8.0",
"jit-grunt": "^0.8.0",
"karma": "0.12.24",
"jit-grunt": "^0.9.0",
"karma": "0.12.25",
"karma-chrome-launcher": "0.1.5",
"karma-coverage": "0.2.6",
"karma-firefox-launcher": "0.1.3",
"karma-html2js-preprocessor": "0.1.0",
"karma-jasmine": "0.1.5",
"karma-jasmine": "0.3.0",
"karma-phantomjs-launcher": "0.1.4",
"karma-requirejs": "0.2.2",
"karma-safari-launcher": "0.1.1",
Expand Down

0 comments on commit 05de251

Please sign in to comment.