Skip to content

Commit

Permalink
Merge pull request #4 from skanehira/support-denov1.25
Browse files Browse the repository at this point in the history
feat: support deno version v1.25+
  • Loading branch information
skanehira authored Sep 13, 2022
2 parents 81dc55a + 6e155be commit f4e9eeb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
lint:
strategy:
matrix:
deno_version: ["v1.24.3"]
deno_version: [v1.x]
os: [ubuntu-latest]
name: deno lint
runs-on: ${{ matrix.os }}
Expand All @@ -31,7 +31,7 @@ jobs:
- macos-12
- ubuntu-22.04
version:
- "v1.24.3"
- "v1.x"
host_version:
- vim: "v8.2.3452"
nvim: "v0.6.0"
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ A plugin to generate image from source code.

## Requirements
- [denops.vim](https://github.com/vim-denops/denops.vim)
- Deno v1.24.3 or earlier
- Deno v1.25.0 or later
- xclip(only Linux)

## Known issues
- Deno `v1.25.0` or later is not work

## Dependencies
Please refer silicon's [dependencies](https://github.com/Aloxaf/silicon#dependencies)

Expand Down
4 changes: 2 additions & 2 deletions denops/silicon/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ export * from "https://deno.land/x/[email protected]/mod.ts";
export * from "https://deno.land/x/[email protected]/variable/mod.ts";
export * from "https://deno.land/x/[email protected]/mod.ts";
export * from "https://deno.land/[email protected]/testing/asserts.ts";
export * as silicon from "https://deno.land/x/[email protected].2/mod.ts";
export * as silicon from "https://deno.land/x/[email protected].3/mod.ts";
export * as vars from "https://deno.land/x/[email protected]/variable/mod.ts";
export * as clippy from "https://deno.land/x/clippy@v0.1.0/mod.ts";
export * as clippy from "https://deno.land/x/clippy@v0.2.0/mod.ts";
export * as mapping from "https://deno.land/x/[email protected]/mapping/mod.ts";
export * from "https://deno.land/x/[email protected]/test/mod.ts";
2 changes: 1 addition & 1 deletion doc/silicon.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*silicon.txt* generate images from source code

Version : 0.0.1
Version : 0.0.2
Author : skanehira <[email protected]>
License : MIT license {{{
Permission is hereby granted, free of charge, to any person obtaining
Expand Down

0 comments on commit f4e9eeb

Please sign in to comment.