Skip to content

Commit

Permalink
lint & resolve upstream conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeweiler committed Dec 12, 2016
2 parents ad154cc + b34dd7f commit 78ddecd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/electrode-webpack-reporter/client/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ window.webappStart = () => {
})).then((response) => {
// for developing with electrode server <Router history={browserHistory}>{routes}</Router>
return response.json().then((initialState) => {
console.log('webpack reporter initialized...')
const store = createStore(rootReducer, initialState);
const appContainer = document.querySelector(".js-content");
unmountComponentAtNode(appContainer);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const style = {
};

const Legacy = (props) => (
<pre style={style} dangerouslySetInnerHTML={ {__html: props.legacy} } />
<pre style={style} dangerouslySetInnerHTML={{__html: props.legacy}} />
);

Legacy.propTypes = {
Expand Down
2 changes: 1 addition & 1 deletion packages/electrode-webpack-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electrode-webpack-reporter",
"version": "0.2.3",
"version": "0.2.4",
"description": "A HTML based reporter for webpack dev server",
"main": "lib/webpack-reporter.js",
"scripts": {
Expand Down

0 comments on commit 78ddecd

Please sign in to comment.