-
-
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
Qu4k
committed
Jun 15, 2020
1 parent
7096f33
commit e809571
Showing
1 changed file
with
16 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "denon", | ||
"description": "Monitor any changes in you Deno application and automatically restart.", | ||
"stable": true, | ||
"version": "2.1.0", | ||
"files": [ | ||
"./README.md", | ||
"./deps.ts", | ||
"./test_deps.ts", | ||
"./denon.ts", | ||
"./denon.config.ts", | ||
"./mod.ts", | ||
"./templates/**/*", | ||
"./src/**/*" | ||
] | ||
} |