Skip to content

Commit

Permalink
bump Dev dep versions & update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
minwe committed Apr 14, 2016
1 parent dcc11fd commit 49f51fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion kitchen-sink/pages/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ import {
} from 'amazeui-touch';

const About = React.createClass({
getDefaultProps() {
return {
year: new Date().getFullYear(),
};
},

render() {
return (
<Container {...this.props}>
Expand Down Expand Up @@ -35,7 +41,7 @@ const About = React.createClass({
<Group
header="版权"
>
<p>MIT © 2015 AllMobilize Inc.</p>
<p>MIT © 2015 - {this.props.year} AllMobilize Inc.</p>
</Group>
</Container>
)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.2.0",
"brfs": "^1.4.3",
"browser-sync": "^2.11.2",
"browser-sync": "^2.12.3",
"browserify": "^13.0.0",
"clipboard": "^1.5.10",
"del": "^2.2.0",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-react": "^4.3.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-csso": "^2.0.0",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-load-plugins": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.2.0",
Expand All @@ -64,7 +64,7 @@
"marked": "^0.3.5",
"markedify": "0.0.2",
"merge-stream": "^1.0.0",
"react-router": "^2.0.1",
"react-router": "^2.2.1",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
Expand Down

0 comments on commit 49f51fd

Please sign in to comment.