git.fiddlerwoaroof.com
Browse code

Moving react dependency to devDependencies (not used in Fragment b/c pure function)

Max Summe authored on 16/06/2017 20:17:28
Showing 2 changed files
... ...
@@ -14,11 +14,11 @@
14 14
   "license": "MIT",
15 15
   "dependencies": {
16 16
     "ramda": "^0.24.1",
17
-    "react": "^15.6.0",
18
-    "react-dom": "^15.6.0",
19 17
     "redux": "^3.6.0"
20 18
   },
21 19
   "devDependencies": {
20
+    "react": "^15.6.0",
21
+    "react-dom": "^15.6.0",
22 22
     "babel-cli": "^6.24.1",
23 23
     "babel-preset-flow": "^6.23.0",
24 24
     "enzyme": "^2.8.2",
... ...
@@ -1,4 +1,4 @@
1
-import React from 'react';
1
+
2 2
 
3 3
 export default function Fragment({state, filterOn, children}) {
4 4