-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Filippo Rossi
committed
Oct 10, 2020
1 parent
f210a34
commit c78788f
Showing
6 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,13 +57,13 @@ To install denon simply enter the following into a terminal: | |
### deno.land | ||
|
||
```bash | ||
deno install -qAf --unstable https://deno.land/x/[email protected].2/denon.ts | ||
deno install -qAf --unstable https://deno.land/x/[email protected].4/denon.ts | ||
``` | ||
|
||
### nest.land | ||
|
||
```bash | ||
deno install -qAf --unstable https://x.nest.land/[email protected].2/denon.ts | ||
deno install -qAf --unstable https://x.nest.land/[email protected].4/denon.ts | ||
``` | ||
|
||
> ⚠️ Make sure you are using `deno` version `^1.4.0` to install this executable. You can upgrade running `deno upgrade`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
{ | ||
"name": "denon", | ||
"description": "Monitor any changes in you Deno application and automatically restart.", | ||
"description": "👀 Monitor any changes in you Deno application and automatically restart.", | ||
"repository": "https://github.com/denosaurs/denon.git", | ||
"stable": true, | ||
"unlisted": false, | ||
"version": "2.4.0", | ||
"version": "2.4.4", | ||
"files": [ | ||
"./assets/**/*", | ||
"./README.md", | ||
"./deps.ts", | ||
"./test_deps.ts", | ||
"./denon.ts", | ||
"./info.ts", | ||
"./denon.config.ts", | ||
"./scripts.yml", | ||
"./mod.ts", | ||
"./templates/**/*", | ||
"./src/**/*" | ||
] | ||
], | ||
"ignore": [], | ||
"entry": "./mod.ts", | ||
"checkAll": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters