-
Notifications
You must be signed in to change notification settings - Fork 22
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
1 parent
c5c1c90
commit 6d20b4a
Showing
3 changed files
with
18 additions
and
4 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
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
<img alt="CI" src="https://github.com/umbopepato/velociraptor/workflows/Deno%20CI/badge.svg"/> | ||
<img alt="Version" src="https://img.shields.io/github/v/release/umbopepato/velociraptor?logo=github&include_prereleases"> | ||
<a href="https://github.com/umbopepato/velociraptor"><img alt="GitHub stars" src="https://img.shields.io/github/stars/umbopepato/velociraptor?logo=github"></a> | ||
<a href="https://doc.deno.land/https/deno.land/x/[email protected].6/src/scripts_config.ts#ScriptsConfiguration"><img src="https://doc.deno.land/badge.svg"></a> | ||
<a href="https://doc.deno.land/https/deno.land/x/[email protected].7/src/scripts_config.ts#ScriptsConfiguration"><img src="https://doc.deno.land/badge.svg"></a> | ||
<a href="https://deno.land"><img src="https://img.shields.io/badge/deno-%5E1.0.0-green?logo=deno"/></a> | ||
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen"/></a> | ||
|
||
|
@@ -70,7 +70,7 @@ $ deno install ... https://deno.land/x/velociraptor@<version>/cli.ts | |
For example | ||
|
||
```sh | ||
$ deno install --allow-read --allow-write --allow-env --allow-run -n vr https://deno.land/x/[email protected].6/cli.ts | ||
$ deno install --allow-read --allow-write --allow-env --allow-run -n vr https://deno.land/x/[email protected].7/cli.ts | ||
``` | ||
|
||
</details> | ||
|
@@ -301,7 +301,7 @@ scripts: | |
|
||
### Script file model | ||
|
||
See [ScriptConfiguration](https://doc.deno.land/https/deno.land/x/[email protected].6/src/scripts_config.ts#ScriptsConfiguration) for a detailed description of the structure of script files. | ||
See [ScriptConfiguration](https://doc.deno.land/https/deno.land/x/[email protected].7/src/scripts_config.ts#ScriptsConfiguration) for a detailed description of the structure of script files. | ||
|
||
## Listing scripts | ||
|
||
|
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 +1 @@ | ||
export const version = "1.0.0-beta.6"; | ||
export const version = "1.0.0-beta.7"; |