Skip to content

Commit

Permalink
fix: add version for schema in script.json
Browse files Browse the repository at this point in the history
Fixed #98
  • Loading branch information
hong4rc authored Dec 7, 2020
1 parent 5bfee85 commit c3b3d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface Template {
const json: Template = {
filename: "scripts.json",
source: String.raw`{
"$schema": "https://deno.land/x/denon/schema.json",
"$schema": "https://deno.land/x/denon@${VERSION}/schema.json",
"scripts": {
"start": {
"cmd": "deno run app.ts",
Expand Down

0 comments on commit c3b3d46

Please sign in to comment.