commit 15b5bd5581a49e39b662938634816c81cb191b00
parent 2d13a32ebb9dbeb4e8b4529a98e03c03d1705e2e
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Tue, 5 May 2015 12:56:20 +0300
Update related projects in README.md; update npm modules
babel-core 5.2.6 -> 5.2.13: https://github.com/babel/babel/blob/master/CHANGELOG.md
browser-sync: 2.6.9 -> 2.7.1: https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md
jest-cli 0.4.0 -> 0.4.1
Diffstat:
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
@@ -110,6 +110,7 @@ the file is. Name the test by appending `-test.js` to the js file.
* [React Starter Kit Add-ons](https://github.com/kriasoft/react-starter-kit-addons)
* [React Component Starter Kit](https://github.com/kriasoft/react-component-starter)
+ * [React Decorators](https://github.com/kriasoft/react-decorators) (higher-order components)
### Learn More
diff --git a/package.json b/package.json
@@ -10,7 +10,7 @@
"npm": ">= 2.1"
},
"dependencies": {
- "babel": "5.2.6",
+ "babel": "5.2.13",
"classnames": "2.0.0",
"eventemitter3": "1.0.1",
"express": "4.12.3",
@@ -26,10 +26,10 @@
},
"devDependencies": {
"autoprefixer-loader": "^1.2.0",
- "babel-core": "^5.2.6",
+ "babel-core": "^5.2.13",
"babel-eslint": "^3.0.1",
"babel-loader": "^5.0.0",
- "browser-sync": "^2.6.9",
+ "browser-sync": "^2.7.1",
"css-loader": "^0.12.0",
"del": "^1.1.1",
"eslint": "^0.20.0",
@@ -43,7 +43,7 @@
"gulp-rename": "^1.2.2",
"gulp-size": "^1.2.1",
"gulp-util": "^3.0.4",
- "jest-cli": "^0.4.0",
+ "jest-cli": "^0.4.1",
"less": "^2.5.0",
"less-loader": "^2.2.0",
"minimist": "^1.1.1",
diff --git a/src/components/Header/Header.less b/src/components/Header/Header.less
@@ -39,7 +39,7 @@
&-bannerTitle {
margin: 0;
- padding: 0;
+ padding: 10px;
font-weight: normal;
font-size: 4em;
line-height: 1em;
@@ -49,6 +49,6 @@
padding: 0;
color: rgba(255, 255, 255, .5);
font-size: 1.25em;
- margion: 0;
+ margin: 0;
}
}