Skip to content

Commit 6db56c8

Browse files
committed
self reivew
1 parent 33ce6ea commit 6db56c8

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

package-lock.json

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/language-server/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"watch": "tsc -b -w"
5151
},
5252
"devDependencies": {
53-
"@types/workerpool": "^6.4.7",
5453
"@types/lodash.debounce": "^4.0.9",
5554
"esbuild": "^0.19.4"
5655
}

packages/vscode-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@
7878
"order": 3,
7979
"type": "string",
8080
"default": "neo4j",
81-
"description": "Username for database connection."
81+
"description": "Username for the database connection."
8282
},
8383
"neo4j.password": {
8484
"order": 4,
8585
"type": "string",
8686
"default": "password",
87-
"description": "Password for database connection."
87+
"description": "Password for the database connection."
8888
}
8989
}
9090
},

0 commit comments

Comments
 (0)