mirror of
https://github.com/denoland/deno.git
synced 2025-09-21 18:10:02 +00:00
Upgrade node_modules, change tagline, clean up root directory (#3247)
* Upgrade node_modules * Simplify tagline * Move gclient_config.py out of root * Move package.json to tools * Remove yarn.lock * Remove CONTRIBUTING.md
This commit is contained in:
parent
9d6cbb73a8
commit
af61dbed87
20 changed files with 72 additions and 856 deletions
|
@ -43,7 +43,7 @@ testPerm({ read: true }, function readDirSyncNotDir(): void {
|
|||
let src;
|
||||
|
||||
try {
|
||||
src = Deno.readDirSync("package.json");
|
||||
src = Deno.readDirSync("cli/tests/fixture.json");
|
||||
} catch (err) {
|
||||
caughtError = true;
|
||||
assertEquals(err.kind, Deno.ErrorKind.Other);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue