Skip to content

Commit

Permalink
Merge pull request #7 from cardano-foundation/fix/add-desc
Browse files Browse the repository at this point in the history
fix: adding desc and suthor on packagejson
  • Loading branch information
cfuisat authored Sep 4, 2024
2 parents 4b0197a + 3858af1 commit ea4a6a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "cf-explorer-landing",
"version": "1.0.0",
"description": "",
"description": "Gateway to Cardano Explorers",
"repository": "https://github.com/cardano-foundation/cf-explorer-landing",
"author": "Cardano Foundation Engineering Team",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
Expand Down

0 comments on commit ea4a6a5

Please sign in to comment.