Final cleanup to make npm install faster
This commit is contained in:
parent
934e4e6a95
commit
bb21933588
|
@ -9,5 +9,5 @@
|
||||||
<div id="react-shell-game"></div>
|
<div id="react-shell-game"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<script src="/shell-game.bundle.js"></script>
|
<script src="./shell-game.bundle.js"></script>
|
||||||
</html>
|
</html>
|
File diff suppressed because one or more lines are too long
|
@ -22,9 +22,6 @@
|
||||||
"eslint-plugin-babel": "^3.3.0",
|
"eslint-plugin-babel": "^3.3.0",
|
||||||
"eslint-plugin-flowtype": "^2.18.1",
|
"eslint-plugin-flowtype": "^2.18.1",
|
||||||
"eslint-plugin-react": "^6.0.0",
|
"eslint-plugin-react": "^6.0.0",
|
||||||
"flow-bin": "^0.32.0",
|
|
||||||
"jest": "^15.1.1",
|
|
||||||
"lodash": "^4.16.1",
|
|
||||||
"node-sass": "^3.8.0",
|
"node-sass": "^3.8.0",
|
||||||
"react": "^15.3.1",
|
"react": "^15.3.1",
|
||||||
"react-dom": "^15.3.1",
|
"react-dom": "^15.3.1",
|
||||||
|
|
Loading…
Reference in New Issue