-
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.
revert: feat(export): execute exported scripts in the correct workdir
This reverts commit 446962f
- Loading branch information
1 parent
c30307f
commit ec6c502
Showing
3 changed files
with
18 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
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,12 @@ | ||
name: velociraptor | ||
description: An npm-style script runner for Deno | ||
stable: false | ||
version: 1.0.0-beta.11 | ||
repository: https://github.com/umbopepato/velociraptor/ | ||
files: | ||
- src/**/* | ||
- cli.ts | ||
- deps.ts | ||
- mod.ts | ||
- README.md | ||
- CONTRIBUTING.md |
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