Skip to content

Commit c3bd3eb

Browse files
authored
Merge pull request #34 from Danncode10/fix/package-json-description
Clean up package.json description
2 parents b9a2556 + a5c8155 commit c3bd3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "map-dashboard",
33
"version": "1.0.0",
44
"type": "module",
5-
"description": "<div align=\"center\"> <h1>Map Dashboard Web Application</h1> <p> This repository houses the source code for the Map Dashboard data visualization web application project. It uses <a href=\"https://vuejs.org/\"><strong>Vue 3</strong></a> and <a href=\"https://vuetifyjs.com/en/\"><strong>Vuetify</strong></a>. </p> </div>",
5+
"description": "A Vue 3 and Vuetify-powered web application for data visualization using maps.",
66
"main": "src/js/index.js",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)