-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Will fix some errors due to invalid pantry parsing * Removes platform specific moustaches devenvs, these weren't documented so even though this is strictly a breaking change I would be willing to risk the tea protocol slash consequences for it in a tea protocol future Refs #882 Refs #865
- Loading branch information
Showing
3 changed files
with
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,10 +32,10 @@ | |
}, | ||
"imports": { | ||
"is-what": "https://deno.land/x/[email protected]/src/index.ts", | ||
"pkgx": "https://deno.land/x/libpkgx@v0.15.2/mod.ts", | ||
"pkgx/": "https://deno.land/x/libpkgx@v0.15.2/src/", | ||
"pkgx": "https://deno.land/x/libpkgx@v0.16.0/mod.ts", | ||
"pkgx/": "https://deno.land/x/libpkgx@v0.16.0/src/", | ||
"outdent": "https://deno.land/x/[email protected]/mod.ts", | ||
"cliffy/": "https://deno.land/x/[email protected]/", | ||
"deno/": "https://deno.land/[email protected]/" | ||
"deno/": "https://deno.land/[email protected]/" // cliffy is on 196, try to consolidate to their choice | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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