File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -366,6 +366,13 @@ Calculating and aggregating the results happens inside the app frame and not in
366
366
* Particular measures can be inspected in the console with the help of configuration object (not done with the API for it yet)
367
367
* This also gives control to the developer on how to manage and inspect the measures apart from using the extension
368
368
369
+ ## Todos / Ideas / Improvements
370
+
371
+ - [ ] New UI for devtool
372
+ - [ ] Make the implementation of measures generator more concrete
373
+ - [ ] Add support for older versions of React
374
+ - [ ] Make the tool more comprehensible
375
+
369
376
## Contributing
370
377
371
378
[ Read the contributing guide] ( ./CONTRIBUTING.md )
Original file line number Diff line number Diff line change 6
6
"files" : [" src" ],
7
7
"author" : " Nitin Tulswani" ,
8
8
"license" : " MIT" ,
9
- "dependencies " : {
9
+ "peerDependencies " : {
10
10
"react" : " ^16.2.0" ,
11
11
"react-dom" : " ^16.2.0"
12
12
},
22
22
"prop-types" : " ^15.6.0" ,
23
23
"react-test-renderer" : " ^16.2.0" ,
24
24
"uglifyjs-webpack-plugin" : " ^1.1.2" ,
25
- "webpack" : " ^3.10.0"
25
+ "webpack" : " ^3.10.0" ,
26
+ "react" : " ^16.2.0" ,
27
+ "react-dom" : " ^16.2.0"
26
28
},
27
29
"scripts" : {
28
30
"test" : " jest" ,
You can’t perform that action at this time.
0 commit comments