Skip to content

Commit

Permalink
chore: add license and repository to deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
susiyaki committed Jun 4, 2024
1 parent e021664 commit 73ffce6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"name": "@timetree/biome-config",
"version": "0.1.1",
"exports": "./biome.json"
"exports": "./biome.json",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jubilee-works/biome-config.git"
}
}

0 comments on commit 73ffce6

Please sign in to comment.