Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit c5902d7

Browse files
authored
chore(package): remove vscode engine
fixes #366
1 parent 2f97618 commit c5902d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"url": "https://github.com/sourcegraph/javascript-typescript-langserver.git"
2222
},
2323
"engines": {
24-
"node": ">=6.0.0",
25-
"vscode": "1.x.x"
24+
"node": ">=6.0.0"
2625
},
2726
"scripts": {
2827
"clean": "rimraf lib",

0 commit comments

Comments
 (0)