Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
Commented out service workers
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Aug 30, 2018
1 parent bfae6dd commit 6cdc9eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-gallery",
"version": "0.1.2",
"version": "0.1.3",
"neo4jDesktop": {
"apiVersion": "^1.2.0"
},
Expand Down
5 changes: 5 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Graph Examples

User generated example library across different graph use-cases and industries.
Feel free to browse and search, the Play button will launch Neo4j-Browser in your Webbrowser to serve the Graph Example as a Browser-Guide.
Please [raise issues here](http://github.com/neo4j-apps/graph-examples/issues).
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ReactDOM from 'react-dom';
import { createStore } from 'redux';
import {Provider} from 'react-redux';
import App from './App';
import registerServiceWorker from './registerServiceWorker';
// import registerServiceWorker from './registerServiceWorker';
import reducers from './reducers';

const store = createStore(reducers);
Expand All @@ -14,4 +14,4 @@ ReactDOM.render(
</Provider>,
document.getElementById('root')
);
registerServiceWorker();
// registerServiceWorker();

0 comments on commit 6cdc9eb

Please sign in to comment.