Skip to content

Commit

Permalink
chore(package): rename name on master
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Dec 29, 2020
1 parent 553e5bc commit 6538af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- if: matrix.os == 'ubuntu-20.04'
name: yarn test on Ubuntu
run: |
apt-get install ripgrep -y
curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
tar xzf nvim-linux64.tar.gz
export PATH="${PATH}:node_modules/.bin:$(pwd)/nvim-linux64/bin"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "coc.nvim",
"name": "coc.nvim-master",
"version": "0.0.80",
"description": "LSP based intellisense engine for neovim & vim8.",
"main": "./lib/index.js",
Expand Down

0 comments on commit 6538af8

Please sign in to comment.