Skip to content

Commit

Permalink
fix: bump Deno to v0.37.1 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a authored Mar 28, 2020
1 parent 32da7d7 commit 119bb9d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@master
- uses: denolib/setup-deno@master
with:
deno-version: 0.36.0
deno-version: 0.37.1
- name: Run tests
run: |
cp ./ormconfig.gh-actions.json ./ormconfig.json
Expand Down
2 changes: 1 addition & 1 deletion dem.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"protocol": "https",
"path": "deno.land/std",
"version": "v0.36.0",
"version": "v0.37.1",
"files": [
"/fmt/colors.ts",
"/fs/mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/fmt/colors.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@v0.36.0/fmt/colors.ts';
export * from 'https://deno.land/std@v0.37.1/fmt/colors.ts';
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/fs/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@v0.36.0/fs/mod.ts';
export * from 'https://deno.land/std@v0.37.1/fs/mod.ts';
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/node/process.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@v0.36.0/node/process.ts';
export * from 'https://deno.land/std@v0.37.1/node/process.ts';
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/path/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@v0.36.0/path/mod.ts';
export * from 'https://deno.land/std@v0.37.1/path/mod.ts';
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/util/async.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@v0.36.0/util/async.ts';
export * from 'https://deno.land/std@v0.37.1/util/async.ts';

0 comments on commit 119bb9d

Please sign in to comment.