File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- # [ react-hn] ( http ://insin.github.io/react-hn)
1+ # [ react-hn] ( https ://insin.github.io/react-hn)
22
33A [ React] ( http://facebook.github.io/react ) &
44[ react-router] ( https://github.com/rackt/react-router ) -powered implementation of
55[ Hacker News] ( https://news.ycombinator.com ) using its
66[ Firebase API] ( https://github.com/HackerNews/API ) .
77
8- [ ![ react-hn screenshot] ( https://github.com/insin/react-hn/raw/master/screenshot.png " New comment highlighting in react-hn ")] ( http ://insin.github.io/react-hn)
8+ [ ![ react-hn screenshot] ( https://github.com/insin/react-hn/raw/master/screenshot.png " New comment highlighting in react-hn ")] ( https ://insin.github.io/react-hn)
99
1010Live version: http://insin.github.io/react-hn
1111
Original file line number Diff line number Diff line change 11{
22 "name" : " react-hn" ,
3- "version" : " 1.4.11 " ,
3+ "version" : " 1.4.12 " ,
44 "description" : " React-powered frontend for Hacker News using its Firebase API" ,
55 "author" : " Jonny Buchanan" ,
66 "license" : " MIT" ,
1919 "events" : " 1.1.0" ,
2020 "firebase" : " 2.4.2" ,
2121 "history" : " 2.0.1" ,
22- "react" : " 15.0.0 " ,
23- "react-dom" : " 15.0.0 " ,
24- "react-router" : " 2.0 .1" ,
25- "react-timeago" : " 2.2.1 " ,
22+ "react" : " 15.0.1 " ,
23+ "react-dom" : " 15.0.1 " ,
24+ "react-router" : " 2.1 .1" ,
25+ "react-timeago" : " 3.0.0-beta.3 " ,
2626 "reactfire" : " 0.6.0" ,
2727 "scroll-behavior" : " 0.3.4" ,
2828 "setimmediate" : " 1.0.4"
Original file line number Diff line number Diff line change 11var React = require ( 'react' )
22var ReactFireMixin = require ( 'reactfire' )
3- var TimeAgo = require ( 'react-timeago' )
3+ var TimeAgo = require ( 'react-timeago' ) . default
44
55var HNService = require ( './services/HNService' )
66var StoryCommentThreadStore = require ( './stores/StoryCommentThreadStore' )
Original file line number Diff line number Diff line change 11var React = require ( 'react' )
22var ReactFireMixin = require ( 'reactfire' )
3- var TimeAgo = require ( 'react-timeago' )
3+ var TimeAgo = require ( 'react-timeago' ) . default
44
55var HNService = require ( './services/HNService' )
66
Original file line number Diff line number Diff line change 11var React = require ( 'react' )
22var Link = require ( 'react-router/lib/Link' )
3- var TimeAgo = require ( 'react-timeago' )
3+ var TimeAgo = require ( 'react-timeago' ) . default
44
55var ItemStore = require ( '../stores/ItemStore' )
66var SettingsStore = require ( '../stores/SettingsStore' )
Original file line number Diff line number Diff line change 11var React = require ( 'react' )
22var Link = require ( 'react-router/lib/Link' )
3- var TimeAgo = require ( 'react-timeago' )
3+ var TimeAgo = require ( 'react-timeago' ) . default
44
55var SettingsStore = require ( '../stores/SettingsStore' )
66var pluralise = require ( '../utils/pluralise' )
You can’t perform that action at this time.
0 commit comments