Skip to content

Commit

Permalink
chore(release): bump
Browse files Browse the repository at this point in the history
- coc-cmake
  • Loading branch information
voldikss committed Apr 2, 2024
1 parent cd4eaad commit 46bf42e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/coc-cmake/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc-cmake",
"version": "0.2.1",
"version": "0.2.2",
"description": "coc.nvim extension for cmake language",
"main": "lib/index.js",
"publisher": "voldikss",
Expand All @@ -12,7 +12,9 @@
"type": "git",
"url": "https://github.com/voldikss/coc-cmake"
},
"files": ["lib/index.js"],
"files": [
"lib/index.js"
],
"homepage": "https://github.com/voldikss/coc-cmake#readme",
"engines": {
"coc": "^0.0.81"
Expand Down Expand Up @@ -75,4 +77,4 @@
"@types/command-exists": "^1.2.0",
"@types/tmp": "^0.2.0"
}
}
}

0 comments on commit 46bf42e

Please sign in to comment.