proper deno dep management
This commit is contained in:
parent
f937a3454d
commit
6abdf04412
11 changed files with 74 additions and 184 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"tasks": {
|
||||
"start": "deno run --cached-only main.ts"
|
||||
},
|
||||
"patch": [
|
||||
"links": [
|
||||
"../hjq"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,11 +22,6 @@
|
|||
};
|
||||
|
||||
build = {
|
||||
hashFiles = [ ./deno.json ./deno.lock ];
|
||||
cacheCommand = "deno cache --frozen main.ts";
|
||||
knownHashes = {
|
||||
"sha1-uO43Rt1F6+Ud1wk2p9LQhfP180M=" =
|
||||
"sha256-x/Fvn/l3J7C0D7AftlbRk7iuc6o9qPakdnHb72TSxec=";
|
||||
} ;
|
||||
lockFile = ./deno.lock;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue