Skip to content

Commit b9ef88b

Browse files
committed
Change favicon
1 parent 1d5ca6a commit b9ef88b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<pre>
22
<img src="images/icon.png">
3-
<h1 style="display: flex; align-item: center; justify-content: center; text-aling: center">Sorting Visualizer</h1>
43
</pre>
54

65
# SortingVisualizer

images/icon.png

-4.24 KB
Loading

package.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,20 @@
3535
"karma-jasmine": "~5.1.0",
3636
"karma-jasmine-html-reporter": "~2.0.0",
3737
"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"
3954
}

0 commit comments

Comments
 (0)