Skip to content

Commit

Permalink
feat: update init
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Mar 27, 2024
1 parent 4e2a94f commit 7c9e92b
Show file tree
Hide file tree
Showing 2 changed files with 557 additions and 3 deletions.
7 changes: 5 additions & 2 deletions init/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marvinh-test/fresh-init",
"version": "0.0.1-prealpha.1",
"version": "0.0.1",
"exports": {
".": "./mod.ts"
},
Expand All @@ -15,6 +15,9 @@
"exclude": ["**/*_test.*", "*.todo"]
},
"imports": {
"@marvinh-test/fresh": "jsr:@marvinh-test/fresh@^2.0.0-prealpha.0"
"@marvinh-test/fresh": "jsr:@marvinh-test/fresh@^2.0.0-prealpha.0",
"@std/cli": "jsr:@std/cli@^0.220.1",
"@std/fmt": "jsr:@std/fmt@^0.220.1",
"@std/path": "jsr:@std/path@^0.220.1"
}
}
Loading

0 comments on commit 7c9e92b

Please sign in to comment.