Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .size-limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"build/globals.js",
"build/deno.js"
],
"limit": "850.20 kB",
"limit": "850.6 kB",
"brotli": false,
"gzip": false
},
Expand All @@ -47,7 +47,7 @@
{
"name": "vendor",
"path": "build/vendor-*.{cjs,d.ts}",
"limit": "803.10 kB",
"limit": "803.6 kB",
"brotli": false,
"gzip": false
},
Expand All @@ -66,7 +66,7 @@
"README.md",
"LICENSE"
],
"limit": "911.85 kB",
"limit": "912.2 kB",
"brotli": false,
"gzip": false
}
Expand Down
5 changes: 0 additions & 5 deletions build/3rd-party-licenses
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ jsonfile@6.2.0
git@github.com:jprichardson/node-jsonfile.git
MIT

maml.js@0.0.3
Anton Medvedev <anton@medv.io>
git+https://github.com/maml-dev/maml.js.git
MIT

merge2@1.4.1
<unknown>
git@github.com:teambition/merge2.git
Expand Down
1 change: 0 additions & 1 deletion build/util.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export declare const getLast: <T>(arr: {
}) => T;
export declare function preferLocalBin(env: NodeJS.ProcessEnv, ...dirs: (string | undefined)[]): {
[x: string]: string | undefined;
TZ?: string | undefined;
};
export declare function quote(arg: string): string;
export declare function quotePowerShell(arg: string): string;
Expand Down
Loading
Loading