Update node dependencies

especially to Bootstrap 3.3.6 and Font Awesome 4.5.0
This commit is contained in:
koenemann 2016-01-04 14:33:51 +01:00
parent 92c41345fb
commit 89a1b3f9d8
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "understrap", "name": "understrap",
"version": "0.3.4", "version": "0.3.6",
"description": "Wordpress Theme framework", "description": "Wordpress Theme framework",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -24,17 +24,17 @@
}, },
"homepage": "https://github.com/holger1411/understrap", "homepage": "https://github.com/holger1411/understrap",
"dependencies": { "dependencies": {
"bower": "^1.5.2", "bower": "^1.7.2",
"gulp": "^3.9.0", "gulp": "^3.9.0",
"gulp-concat": "^2.6.0", "gulp-concat": "^2.6.0",
"gulp-ignore": "^1.2.1", "gulp-ignore": "^1.2.1",
"gulp-minify-css": "^1.2.0", "gulp-minify-css": "^1.2.3",
"gulp-plumber": "^1.0.1", "gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2", "gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.1.1", "gulp-rimraf": "^0.1.1",
"gulp-sass": "^2.0.4", "gulp-sass": "^2.1.1",
"gulp-uglify": "^1.2.0", "gulp-uglify": "^1.5.0",
"gulp-watch": "^4.3.4", "gulp-watch": "^4.3.5",
"merge2": "^0.3.6" "merge2": "^0.3.6"
} }
} }