File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
<pre >
2
2
<img src =" images/icon.png " >
3
- <h1 style =" display : flex ; align-item : center ; justify-content : center ; text-aling : center " >Sorting Visualizer</h1 >
4
3
</pre >
5
4
6
5
# SortingVisualizer
Original file line number Diff line number Diff line change 35
35
"karma-jasmine" : " ~5.1.0" ,
36
36
"karma-jasmine-html-reporter" : " ~2.0.0" ,
37
37
"typescript" : " ~4.8.2"
38
- }
38
+ },
39
+ "description" : " <pre> <img src=\" images/icon.png\" > </pre>" ,
40
+ "main" : " index.js" ,
41
+ "directories" : {
42
+ "doc" : " docs"
43
+ },
44
+ "repository" : {
45
+ "type" : " git" ,
46
+ "url" : " git+https://github.com/ManishDait/Sorting-Visualizer.git"
47
+ },
48
+ "author" : " " ,
49
+ "license" : " ISC" ,
50
+ "bugs" : {
51
+ "url" : " https://github.com/ManishDait/Sorting-Visualizer/issues"
52
+ },
53
+ "homepage" : " https://github.com/ManishDait/Sorting-Visualizer#readme"
39
54
}
You can’t perform that action at this time.
0 commit comments