commit da4d99874b820167dbfb6d4e590d854f973fc4b5
parent 128459dbf88d8f6021c3c0a13ee151c9ccfef265
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Thu, 30 Oct 2014 16:41:12 +0300
Update npm package(s): bootstrap, browser-sync, jshint
Diffstat:
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
@@ -6,14 +6,14 @@
"repository": "https://github.com/kriasoft/react-starter-kit",
"license": "MIT",
"dependencies": {
- "bootstrap": "^3.2.0",
+ "bootstrap": "^3.3.0",
"director": "^1.2.3",
"flux": "^2.0.1",
"lodash": "^2.4.1",
"react": "^0.12.0"
},
"devDependencies": {
- "browser-sync": "^1.6.1",
+ "browser-sync": "^1.6.2",
"del": "^0.1.3",
"gulp": "^3.8.9",
"gulp-autoprefixer": "^1.0.1",
@@ -36,7 +36,7 @@
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jest-cli": "^0.1.18",
- "jshint": "^2.5.7",
+ "jshint": "^2.5.8",
"jshint-loader": "^0.8.0",
"jshint-stylish": "^1.0.0",
"jsx-loader": "^0.12.0",
diff --git a/src/styles/navbar.less b/src/styles/navbar.less
@@ -23,6 +23,7 @@ body {
img {
margin-right: 10px;
+ display: inline;
}
}