We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b5e42 commit fa689a2Copy full SHA for fa689a2
.gitignore
@@ -16,3 +16,4 @@ tinker
16
# End of https://www.toptal.com/developers/gitignore/api/deno
17
18
.DS_Store
19
+.nvim.lua
deno.json
@@ -2,7 +2,7 @@
2
"$schema": "https://raw.githubusercontent.com/denoland/deno/348900b8b79f4a434cab4c74b3bc8d4d2fa8ee74/cli/schemas/config-file.v1.json",
3
"name": "@valtown/vt",
4
"description": "The Val Town CLI",
5
- "version": "0.1.47",
+ "version": "0.1.48",
6
"exports": "./vt.ts",
7
"license": "MIT",
8
"tasks": {
0 commit comments