Skip to content

Commit

Permalink
chore: bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pantharshit00 committed Oct 15, 2020
1 parent 201e5de commit 5c43714
Show file tree
Hide file tree
Showing 2 changed files with 507 additions and 199 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc-prisma",
"version": "0.3.0",
"version": "0.4.0",
"description": "Coc extension that implements Prisma Language Server",
"author": "Harshit Pant <pantharshit00@gmail.com>",
"repository": {
Expand All @@ -22,18 +22,18 @@
"prepare": "npm-run-all clean build"
},
"devDependencies": {
"@types/node": "^14.6.0",
"coc.nvim": "^0.0.77",
"@types/node": "^14.11.8",
"coc.nvim": "^0.0.79",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2"
"ts-loader": "^8.0.5",
"typescript": "^4.0.3"
},
"activationEvents": [
"onLanguage:prisma"
],
"dependencies": {
"@prisma/language-server": "^2.5.1"
"@prisma/language-server": "2.9.0"
},
"commands": [
{
Expand Down
Loading

0 comments on commit 5c43714

Please sign in to comment.