Skip to content

Commit

Permalink
remove cra bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
martynaskadisa committed Oct 26, 2018
1 parent a51c0a6 commit 9a549aa
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 11,319 deletions.
2,567 changes: 0 additions & 2,567 deletions README.md

Large diffs are not rendered by default.

18 changes: 5 additions & 13 deletions package.json
@@ -1,26 +1,18 @@
{
"name": "react-use-redux",
"version": "0.1.0",
"private": true,
"dependencies": {
"peerDependencies": {
"react": "^16.7.0-alpha.0"
},
"devDependencies": {
"react": "^16.7.0-alpha.0",
"react-dom": "^16.7.0-alpha.0",
"react-scripts": "2.0.5",
"redux": "^4.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
}
Binary file removed public/favicon.ico
Binary file not shown.
40 changes: 0 additions & 40 deletions public/index.html

This file was deleted.

15 changes: 0 additions & 15 deletions public/manifest.json

This file was deleted.

32 changes: 0 additions & 32 deletions src/App.js

This file was deleted.

13 changes: 2 additions & 11 deletions src/index.js
@@ -1,11 +1,2 @@
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
import * as serviceWorker from './serviceWorker';

ReactDOM.render(<App />, document.getElementById('root'));

// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
// Learn more about service workers: http://bit.ly/CRA-PWA
serviceWorker.unregister();
export { default as StoreContext } from './context';
export { default as createUseConnect } from './create-use-connect';
131 changes: 0 additions & 131 deletions src/serviceWorker.js

This file was deleted.

15 changes: 0 additions & 15 deletions src/store.js

This file was deleted.

0 comments on commit 9a549aa

Please sign in to comment.